|
CFx SDK Documentation 2026 SP0
|
#include <IfcMappedItem.h>
Public Member Functions | |
| OdDAIObjectId | mappingSource () |
| const OdGeMatrix3d & | mappingTarget () const |
| virtual bool | draw (OdGiWorldDraw *pWd) const |
| virtual void | compose () |
Public Member Functions inherited from OdIfc::OdIfcRepresentationItem | |
| virtual | ~OdIfcRepresentationItem () |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *pTraits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
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 () |
Protected Member Functions | |
| OdResult | transformBy (const OdGeMatrix3d &transform) ODRX_OVERRIDE |
| OdResult | getMappedItems (OdArray< OdIfcModelerGeometryPtr > &openings, bool needCopy=false, bool needTransform=false) |
Protected Member Functions inherited from OdIfc::OdIfcRepresentationItem | |
| void | updateTraitsAuxData (OdGiWorldDraw *wd) const |
| void | resetTraitsAuxData (OdGiWorldDraw *wd) const |
| OdResult | setAttributes (OdGiWorldDraw *pWd) const |
Protected Attributes | |
| OdGeMatrix3d | m_transf |
Protected Attributes inherited from OdIfc::OdIfcCachedCompound | |
| OdGsCache * | m_pGsNode |
Protected Attributes inherited from OdIfc::OdIfcCompound | |
| OdIfcInstance * | m_pEntInst |
Friends | |
| class | OdIfcElement |
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 an IfcMappedItem. An IfcMappedItem is a sub-type of an IfcRepresentationItem that represents a representation item nested in other representation item.
Definition at line 39 of file IfcMappedItem.h.
|
virtual |
Composes the mapped item.
Reimplemented from OdIfc::OdIfcRepresentationItem.
|
virtual |
Draws the mapped item 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. |
Reimplemented from OdIfc::OdIfcRepresentationItem.
|
protected |
| OdDAIObjectId OdIfc::OdIfcMappedItem::mappingSource | ( | ) |
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__OdIfcRepresentationMap.html>OdIfcRepresentationMap</exref> instance.
| const OdGeMatrix3d & OdIfc::OdIfcMappedItem::mappingTarget | ( | ) | const |
Retrieves the Mapping Target translation for the mapped item.
|
protectedvirtual |
Transforms the representation item by a specified transformation matrix.
| transform | [in] A transformation matrix object. |
Reimplemented from OdIfc::OdIfcRepresentationItem.
|
friend |
Definition at line 77 of file IfcMappedItem.h.
|
protected |
Definition at line 71 of file IfcMappedItem.h.