Defines an outline consisting of 2D polylines. More...
#include <cadex/PMI/Outline.hxx>
Public Member Functions | |
| Poly2dOutline () | |
| Constructor. | |
| Poly2dOutline (const ModelData::Polyline2dSet &theLineSet) | |
| Constructor. | |
| void | SetLineSet (const ModelData::Polyline2dSet &theLineSet) |
| Sets the line set. | |
| ModelData::Polyline2dSet | LineSet () const |
| Returns the line set. | |
Public Member Functions inherited from cadex::PMI::Outline | |
| void | Accept (OutlineVisitor &theVisitor) const |
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. | |
Static Public Member Functions | |
| static bool | CompareType (const BaseObject &theObject) |
| Returns true if theObject has the Poly2dOutline type. | |
Static Public Member Functions inherited from cadex::PMI::Outline | |
| static bool | CompareType (const BaseObject &theObject) |
| Returns true if theObject has the Outline type. | |
Protected Member Functions | |
| Poly2dOutline (const ImplType &theImpl) | |
Protected Member Functions inherited from cadex::PMI::Outline | |
| Outline (const ImplType &theImpl) | |
Protected Member Functions inherited from cadex::BaseObject | |
| BaseObject (const ImplType &theImpl) | |
Additional Inherited Members | |
Public Types inherited from cadex::BaseObject | |
| typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
Defines an outline consisting of 2D polylines.
| cadex::PMI::Poly2dOutline::Poly2dOutline | ( | ) |
Constructor.
|
explicit |
Constructor.
|
static |
Returns true if theObject has the Poly2dOutline type.
| ModelData::Polyline2dSet cadex::PMI::Poly2dOutline::LineSet | ( | ) | const |
Returns the line set.
| void cadex::PMI::Poly2dOutline::SetLineSet | ( | const ModelData::Polyline2dSet & | theLineSet | ) |
Sets the line set.