Represents a single contour of a projection region as an outer or inner boundary. More...
#include <cadex/Projector_Projection.hxx>
Public Member Functions | |
| double | Area () const |
| Returns area of the contour. | |
| double | Perimeter () const |
| Returns perimeter of the contour. | |
| const Geom::Polyline2d & | Polyline () const |
| Returns the Polyline2d representation of the contour. | |
| const ModelData::IndexedTriangleSet & | Mesh () const |
| Returns the complete mesh representation of the contour. | |
Public Member Functions inherited from cadex::BaseObject | |
| size_t | Id () const |
| Return unique identifier of public object. | |
| internal::BaseObjectImpl * | Impl () const |
| bool | IsNull () const |
| operator bool () const | |
| template<typename T > | |
| bool | IsOfType () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
Additional Inherited Members | |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
Represents a single contour of a projection region as an outer or inner boundary.
| double cadex::Projector_ProjectionContour::Area | ( | ) | const |
Returns area of the contour.
| const ModelData::IndexedTriangleSet & cadex::Projector_ProjectionContour::Mesh | ( | ) | const |
Returns the complete mesh representation of the contour.
| double cadex::Projector_ProjectionContour::Perimeter | ( | ) | const |
Returns perimeter of the contour.
| const Geom::Polyline2d & cadex::Projector_ProjectionContour::Polyline | ( | ) | const |
Returns the Polyline2d representation of the contour.