Represents a continuous projection region with one outer contour and inner contours. More...
#include <cadex/Projector_Projection.hxx>
Public Types | |
| typedef std::vector< Projector_ProjectionContour > | ProjectionContourList |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Public Member Functions | |
| double | Area () const |
| Returns total area of the region. | |
| const ModelData::IndexedTriangleSet & | Mesh () const |
| Returns the complete mesh representation of the region. | |
| const Projector_ProjectionContour & | OuterBoundary () const |
| Returns outer boundary of the region. | |
| const ProjectionContourList & | InnerBoundaries () const |
| Returns the list of inner boundaries of the region (holes). | |
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 | |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
Represents a continuous projection region with one outer contour and inner contours.
| double cadex::Projector_ProjectionRegion::Area | ( | ) | const |
Returns total area of the region.
| const Projector_ProjectionRegion::ProjectionContourList & cadex::Projector_ProjectionRegion::InnerBoundaries | ( | ) | const |
Returns the list of inner boundaries of the region (holes).
| const ModelData::IndexedTriangleSet & cadex::Projector_ProjectionRegion::Mesh | ( | ) | const |
Returns the complete mesh representation of the region.
| const Projector_ProjectionContour & cadex::Projector_ProjectionRegion::OuterBoundary | ( | ) | const |
Returns outer boundary of the region.