|
CFx SDK Documentation 2026 SP0
|
#include <IfcProfileDef.h>
Public Member Functions | |
| const OdArray< OdGeCurve2dPtrArray > & | getContours () const |
| OdString | getProfileName () |
Public Member Functions inherited from OdIfc::OdIfcCompound | |
| void | compose () override |
| OdIfcEntityType | type () |
| OdRxValue | getAttr (const OdIfcAttribute attrDef) const |
| virtual OdRxValue | getAttr (const OdAnsiString &attrName) const |
| OdIfcModel * | owningModel () const |
| bool | isKindOf (OdIfcEntityType type) const |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| const OdAnsiString & | typeName () |
| OdIfcFile * | owningIfcFile () const |
| OdStepFile * | owningStepFile () const override |
| virtual bool | isPersistent () const |
| virtual OdDbStub * | id () const |
| virtual OdDbStub * | ownerId () const |
| virtual void | xmitPropagateModify () |
Protected Attributes | |
| OdArray< OdGeCurve2dPtrArray > | m_Contour2dArray |
Protected Attributes inherited from OdIfc::OdIfcCompound | |
| OdIfcInstance * | m_pEntInst |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcCompound | |
| static const OdIfcInstance * | earlyAccess (const OdIfcCompound *compound) |
A base class that implements storing and handling data about a definition of an IFC profile.
Definition at line 41 of file IfcProfileDef.h.
| const OdArray< OdGeCurve2dPtrArray > & OdIfc::OdIfcProfileDef::getContours | ( | ) | const |
Retrieves an array of contours, which defines the profile object.
| OdString OdIfc::OdIfcProfileDef::getProfileName | ( | ) |
Retrieves the profile object's name.
|
protected |
Definition at line 63 of file IfcProfileDef.h.