|
CFx SDK Documentation 2026 SP0
|
#include <IfcCachedCompound.h>
Public Member Functions | |
| 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 () |
Protected Attributes | |
| OdGsCache * | m_pGsNode |
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 class that implements working with a cached IFC compound object.
Definition at line 37 of file IfcCachedCompound.h.
|
inline |
Creates a new cached compound object with default parameters.
Definition at line 52 of file IfcCachedCompound.h.
|
virtual |
Retrieves the current Gs node object of the compound object.
Sets a new Gs node cache for the compound object.
| pGsNode | [in] A raw pointer to an <exref target="https://docs.opendesign.com/tv_api_cpp/OdGsCache.html">OdGsCache</exref> object. |
|
protected |
Definition at line 44 of file IfcCachedCompound.h.