Hide menu
Loading...
Searching...
No Matches
cadex::Projector_ProjectionRegion Class Reference

Represents a continuous projection region with one outer contour and inner contours. More...

#include <cadex/Projector_Projection.hxx>

Inheritance diagram for cadex::Projector_ProjectionRegion:
cadex::BaseObject

Public Types

typedef std::vector< Projector_ProjectionContourProjectionContourList
 
- 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::IndexedTriangleSetMesh () const
 Returns the complete mesh representation of the region.
 
const Projector_ProjectionContourOuterBoundary () 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)
 

Detailed Description

Represents a continuous projection region with one outer contour and inner contours.

See also
Projector_Projection
Projector_ProjectionContour

Member Function Documentation

◆ Area()

double cadex::Projector_ProjectionRegion::Area ( ) const

Returns total area of the region.

◆ InnerBoundaries()

const Projector_ProjectionRegion::ProjectionContourList & cadex::Projector_ProjectionRegion::InnerBoundaries ( ) const

Returns the list of inner boundaries of the region (holes).

◆ Mesh()

const ModelData::IndexedTriangleSet & cadex::Projector_ProjectionRegion::Mesh ( ) const

Returns the complete mesh representation of the region.

◆ OuterBoundary()

const Projector_ProjectionContour & cadex::Projector_ProjectionRegion::OuterBoundary ( ) const

Returns outer boundary of the region.