|
CFx SDK Documentation 2026 SP0
|
#include <IfcRepresentation.h>
Public Member Functions | |
| virtual void | compose () |
| OdString | getRepresentationIdentifier () |
| OdString | getRepresentationType () |
| OdDAIObjectId | getOfProductRepresentation () const |
| OdDAIObjectId | getContextOfItems () |
| const OdDAIObjectIds & | getItems () |
Public Member Functions inherited from OdIfc::OdIfcCachedCompound | |
| OdIfcCachedCompound () | |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
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 () |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcCompound | |
| static const OdIfcInstance * | earlyAccess (const OdIfcCompound *compound) |
Protected Attributes inherited from OdIfc::OdIfcCachedCompound | |
| OdGsCache * | m_pGsNode |
Protected Attributes inherited from OdIfc::OdIfcCompound | |
| OdIfcInstance * | m_pEntInst |
A base class that implements an interface for working with product representations.
Definition at line 41 of file IfcRepresentation.h.
|
virtual |
Composes the representation item object.
Reimplemented in OdIfc::OdIfcShapeRepresentation.
| OdDAIObjectId OdIfc::OdIfcRepresentation::getContextOfItems | ( | ) |
Retrieves the representation items context.
| const OdDAIObjectIds & OdIfc::OdIfcRepresentation::getItems | ( | ) |
Retrieves the representation items.
| OdDAIObjectId OdIfc::OdIfcRepresentation::getOfProductRepresentation | ( | ) | const |
Retrieves the associated product representation.
| OdString OdIfc::OdIfcRepresentation::getRepresentationIdentifier | ( | ) |
Retrieves the representation identifier.
| OdString OdIfc::OdIfcRepresentation::getRepresentationType | ( | ) |
Retrieves the representation type.