|
CFx SDK Documentation 2026 SP0
|
#include <IfcRepresentationMap.h>
Public Member Functions | |
| const OdGeMatrix3d & | mappingOrigin () |
| OdDAIObjectId | mappedRepresentation () |
| virtual bool | draw (OdGiWorldDraw *pWd) const |
| virtual void | compose () |
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 () |
Friends | |
| class | OdIfcMappedItem |
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 storing and handling data about an IfcRepresentationMap. An IfcRepresentationMap provides the mapping functionality to work with pairs of "container representation - representation item within container representation".
Definition at line 39 of file IfcRepresentationMap.h.
|
virtual |
Composes the representation map object.
|
virtual |
Draws the representation map to the <exref target="https://docs.opendesign.com/tv_api_cpp/OdGiWorldDraw.html">OdGiWorldDraw interface</exref>.
| pWd | [in] A raw pointer to the object for the entity-level vectorization. |
| OdDAIObjectId OdIfc::OdIfcRepresentationMap::mappedRepresentation | ( | ) |
Retrieves an <exref target="https://docs.opendesign.com/tifc_api_cpp/OdDAIObjectId.html>object identifier</exref> of the underlying <<exref target="https://docs.opendesign.com/tifc_api_cpp/OdIfc__OdIfcRepresentation.html>OdIfcRepresentation</exref> IfcRepresentation> instance.
| const OdGeMatrix3d & OdIfc::OdIfcRepresentationMap::mappingOrigin | ( | ) |
Retrieves a mapping origin translation for the mapped representation.
|
friend |
Definition at line 75 of file IfcRepresentationMap.h.