CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
OdIfc4x3_add2::IfcPresentationItem Class Reference

#include <IfcPresentationItemAutoImpl.h>

Inheritance diagram for OdIfc4x3_add2::IfcPresentationItem:
OdIfc4x3_add2::OdIfc4x3Instance OdIfc::OdIfcInstance OdIfc4x3_add2::IfcColourRgbList OdIfc4x3_add2::IfcColourSpecification OdIfc4x3_add2::IfcCurveStyleFont OdIfc4x3_add2::IfcCurveStyleFontAndScaling OdIfc4x3_add2::IfcCurveStyleFontPattern OdIfc4x3_add2::IfcIndexedColourMap OdIfc4x3_add2::IfcPreDefinedItem OdIfc4x3_add2::IfcSurfaceStyleLighting OdIfc4x3_add2::IfcSurfaceStyleRefraction OdIfc4x3_add2::IfcSurfaceStyleShading OdIfc4x3_add2::IfcSurfaceStyleWithTextures OdIfc4x3_add2::IfcSurfaceTexture OdIfc4x3_add2::IfcTextStyleForDefinedFont OdIfc4x3_add2::IfcTextStyleTextModel OdIfc4x3_add2::IfcTextureCoordinate OdIfc4x3_add2::IfcTextureVertex OdIfc4x3_add2::IfcTextureVertexList

Public Member Functions

virtual OdDAI::Entity * getInstanceType () const override
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
- Public Member Functions inherited from OdIfc4x3_add2::OdIfc4x3Instance
void setInverseCounterParts () override
 
- Public Member Functions inherited from OdIfc::OdIfcInstance
 ODRX_DECLARE_MEMBERS (OdIfcInstance)
 
 OdIfcInstance ()
 
 ~OdIfcInstance ()
 
bool isInstanceOf (OdIfcEntityType entityType) const
 
virtual OdRxValue getAttr (const OdIfcAttribute attrDef) const
 
virtual bool testAttr (const char *explicitAttrName) const
 
virtual bool testAttr (const OdIfcAttribute explicitAttrDef) const
 
virtual void unsetAttr (const char *explicitAttrName)
 
virtual void unsetAttr (const OdIfcAttribute explicitAttrDef)
 
virtual bool putAttr (const char *explicitAttrName, const OdRxValue &val)
 
virtual bool putAttr (const OdIfcAttribute explicitAttrDef, const OdRxValue &val)
 
IfcOpResult resolved ()
 
void resolve (IfcOpResult resolved, void *resPtr)
 
void unresolve ()
 
virtual void setGsNode (OdGsCache *pGsNode)
 
virtual OdGsCachegsNode () const
 
virtual OdUInt32 subSetAttributes (OdGiDrawableTraits *traits) const
 
virtual bool subWorldDraw (OdGiWorldDraw *wd) const
 
virtual OdDbStub * ownerId () const
 

Additional Inherited Members

- Static Public Member Functions inherited from OdIfc::OdIfcInstance
static const OdGePoint3dasPoint3d (const OdIfcInstance *inst)
 
static const OdGePoint2dasPoint2d (const OdIfcInstance *inst)
 
static const OdGeVector3dasVector3d (const OdIfcInstance *inst)
 
static const OdGeVector2dasVector2d (const OdIfcInstance *inst)
 
static const OdGeMatrix2dasMatrix2d (const OdIfcInstance *inst)
 
static const OdGeMatrix3dasMatrix3d (const OdIfcInstance *inst)
 
static OdIfcCompoundPtr asCompound (OdSmartPtr< OdIfcInstance > inst)
 
static const OdCmEntityColorasRgbColor (const OdIfcInstance *inst)
 
- Protected Attributes inherited from OdIfc::OdIfcInstance
voidm_resPtr
 
IfcOpResult m_resolved
 

Detailed Description

The IfcPresentationItem is the abstract supertype of all entities used for presentation appearance definitions.

Definition at line 44 of file Ifc4x3/IfcPresentationItemAutoImpl.h.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc4x3_add2::IfcPresentationItem::comparedToEarlyImpl ( const OdDAI::ApplicationInstance * pOther,
OdRx::Ordering & ordering ) const
overridevirtual

Early-bound version of instances comparison.

Parameters
pOther[in] Other application instance.
ordering[out] Receives the ordering (comparison) status.
Returns
true if comparison was performed, false if method has no implementation, so late-bound version could be applied.
Remarks
If the method returns true, the ordering parameter can receive one of the following statuses:
Value Description kLessThan -1 This object < Other Object. kEqual 0 This object = Other Object. kGreaterThan 1 This object > Other Object. kNotOrderable 2 This class is not orderable.

Reimplemented in OdIfc4x3_add2::IfcBlobTexture, OdIfc4x3_add2::IfcColourRgb, OdIfc4x3_add2::IfcColourRgbList, OdIfc4x3_add2::IfcColourSpecification, OdIfc4x3_add2::IfcCurveStyleFont, OdIfc4x3_add2::IfcCurveStyleFontAndScaling, OdIfc4x3_add2::IfcCurveStyleFontPattern, OdIfc4x3_add2::IfcDraughtingPreDefinedColour, OdIfc4x3_add2::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_add2::IfcImageTexture, OdIfc4x3_add2::IfcIndexedColourMap, OdIfc4x3_add2::IfcIndexedPolygonalTextureMap, OdIfc4x3_add2::IfcIndexedTextureMap, OdIfc4x3_add2::IfcIndexedTriangleTextureMap, OdIfc4x3_add2::IfcPixelTexture, OdIfc4x3_add2::IfcPreDefinedColour, OdIfc4x3_add2::IfcPreDefinedCurveFont, OdIfc4x3_add2::IfcPreDefinedItem, OdIfc4x3_add2::IfcPreDefinedTextFont, OdIfc4x3_add2::IfcSurfaceStyleLighting, OdIfc4x3_add2::IfcSurfaceStyleRefraction, OdIfc4x3_add2::IfcSurfaceStyleRendering, OdIfc4x3_add2::IfcSurfaceStyleShading, OdIfc4x3_add2::IfcSurfaceStyleWithTextures, OdIfc4x3_add2::IfcSurfaceTexture, OdIfc4x3_add2::IfcTextStyleFontModel, OdIfc4x3_add2::IfcTextStyleForDefinedFont, OdIfc4x3_add2::IfcTextStyleTextModel, OdIfc4x3_add2::IfcTextureCoordinate, OdIfc4x3_add2::IfcTextureCoordinateGenerator, OdIfc4x3_add2::IfcTextureMap, OdIfc4x3_add2::IfcTextureVertex, and OdIfc4x3_add2::IfcTextureVertexList.

◆ getInstanceType()

virtual OdDAI::Entity * OdIfc4x3_add2::IfcPresentationItem::getInstanceType ( ) const
overridevirtual

Returns a type of a class instance.

Returns
Pointer to the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdDAI__Entity.html>>OdDAI::Entity</exref> type that determines an entity definition within a schema.

Reimplemented in OdIfc4x3_add2::IfcBlobTexture, OdIfc4x3_add2::IfcColourRgb, OdIfc4x3_add2::IfcColourRgbList, OdIfc4x3_add2::IfcColourSpecification, OdIfc4x3_add2::IfcCurveStyleFont, OdIfc4x3_add2::IfcCurveStyleFontAndScaling, OdIfc4x3_add2::IfcCurveStyleFontPattern, OdIfc4x3_add2::IfcDraughtingPreDefinedColour, OdIfc4x3_add2::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_add2::IfcImageTexture, OdIfc4x3_add2::IfcIndexedColourMap, OdIfc4x3_add2::IfcIndexedPolygonalTextureMap, OdIfc4x3_add2::IfcIndexedTextureMap, OdIfc4x3_add2::IfcIndexedTriangleTextureMap, OdIfc4x3_add2::IfcPixelTexture, OdIfc4x3_add2::IfcPreDefinedColour, OdIfc4x3_add2::IfcPreDefinedCurveFont, OdIfc4x3_add2::IfcPreDefinedItem, OdIfc4x3_add2::IfcPreDefinedTextFont, OdIfc4x3_add2::IfcSurfaceStyleLighting, OdIfc4x3_add2::IfcSurfaceStyleRefraction, OdIfc4x3_add2::IfcSurfaceStyleRendering, OdIfc4x3_add2::IfcSurfaceStyleShading, OdIfc4x3_add2::IfcSurfaceStyleWithTextures, OdIfc4x3_add2::IfcSurfaceTexture, OdIfc4x3_add2::IfcTextStyleFontModel, OdIfc4x3_add2::IfcTextStyleForDefinedFont, OdIfc4x3_add2::IfcTextStyleTextModel, OdIfc4x3_add2::IfcTextureCoordinate, OdIfc4x3_add2::IfcTextureCoordinateGenerator, OdIfc4x3_add2::IfcTextureMap, OdIfc4x3_add2::IfcTextureVertex, and OdIfc4x3_add2::IfcTextureVertexList.

◆ isKindOf()

virtual bool OdIfc4x3_add2::IfcPresentationItem::isKindOf ( OdIfc::OdIfcEntityType entityType) const
overridevirtual

Checks whether the specified instance is the object derived from or belongs to this class.

Parameters
entityType[in] Entity to check.
Returns
true if the specified instance is the object derived from or belongs to this class, false otherwise.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x3_add2::IfcBlobTexture, OdIfc4x3_add2::IfcColourRgb, OdIfc4x3_add2::IfcColourRgbList, OdIfc4x3_add2::IfcColourSpecification, OdIfc4x3_add2::IfcCurveStyleFont, OdIfc4x3_add2::IfcCurveStyleFontAndScaling, OdIfc4x3_add2::IfcCurveStyleFontPattern, OdIfc4x3_add2::IfcDraughtingPreDefinedColour, OdIfc4x3_add2::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_add2::IfcImageTexture, OdIfc4x3_add2::IfcIndexedColourMap, OdIfc4x3_add2::IfcIndexedPolygonalTextureMap, OdIfc4x3_add2::IfcIndexedTextureMap, OdIfc4x3_add2::IfcIndexedTriangleTextureMap, OdIfc4x3_add2::IfcPixelTexture, OdIfc4x3_add2::IfcPreDefinedColour, OdIfc4x3_add2::IfcPreDefinedCurveFont, OdIfc4x3_add2::IfcPreDefinedItem, OdIfc4x3_add2::IfcPreDefinedTextFont, OdIfc4x3_add2::IfcSurfaceStyleLighting, OdIfc4x3_add2::IfcSurfaceStyleRefraction, OdIfc4x3_add2::IfcSurfaceStyleRendering, OdIfc4x3_add2::IfcSurfaceStyleShading, OdIfc4x3_add2::IfcSurfaceStyleWithTextures, OdIfc4x3_add2::IfcSurfaceTexture, OdIfc4x3_add2::IfcTextStyleFontModel, OdIfc4x3_add2::IfcTextStyleForDefinedFont, OdIfc4x3_add2::IfcTextStyleTextModel, OdIfc4x3_add2::IfcTextureCoordinate, OdIfc4x3_add2::IfcTextureCoordinateGenerator, OdIfc4x3_add2::IfcTextureMap, OdIfc4x3_add2::IfcTextureVertex, and OdIfc4x3_add2::IfcTextureVertexList.

◆ type()

virtual OdIfc::OdIfcEntityType OdIfc4x3_add2::IfcPresentationItem::type ( ) const
overridevirtual

Returns the type of this entity.

Returns
A value of the <exref target=https://docs.opendesign.com/tkernel_api_cpp/OdIfc__OdIfcEntityType.html>>OdIfc::OdIfcEntityType</exref> type that represents type of this entity.

Reimplemented from OdIfc::OdIfcInstance.

Reimplemented in OdIfc4x3_add2::IfcBlobTexture, OdIfc4x3_add2::IfcColourRgb, OdIfc4x3_add2::IfcColourRgbList, OdIfc4x3_add2::IfcColourSpecification, OdIfc4x3_add2::IfcCurveStyleFont, OdIfc4x3_add2::IfcCurveStyleFontAndScaling, OdIfc4x3_add2::IfcCurveStyleFontPattern, OdIfc4x3_add2::IfcDraughtingPreDefinedColour, OdIfc4x3_add2::IfcDraughtingPreDefinedCurveFont, OdIfc4x3_add2::IfcImageTexture, OdIfc4x3_add2::IfcIndexedColourMap, OdIfc4x3_add2::IfcIndexedPolygonalTextureMap, OdIfc4x3_add2::IfcIndexedTextureMap, OdIfc4x3_add2::IfcIndexedTriangleTextureMap, OdIfc4x3_add2::IfcPixelTexture, OdIfc4x3_add2::IfcPreDefinedColour, OdIfc4x3_add2::IfcPreDefinedCurveFont, OdIfc4x3_add2::IfcPreDefinedItem, OdIfc4x3_add2::IfcPreDefinedTextFont, OdIfc4x3_add2::IfcSurfaceStyleLighting, OdIfc4x3_add2::IfcSurfaceStyleRefraction, OdIfc4x3_add2::IfcSurfaceStyleRendering, OdIfc4x3_add2::IfcSurfaceStyleShading, OdIfc4x3_add2::IfcSurfaceStyleWithTextures, OdIfc4x3_add2::IfcSurfaceTexture, OdIfc4x3_add2::IfcTextStyleFontModel, OdIfc4x3_add2::IfcTextStyleForDefinedFont, OdIfc4x3_add2::IfcTextStyleTextModel, OdIfc4x3_add2::IfcTextureCoordinate, OdIfc4x3_add2::IfcTextureCoordinateGenerator, OdIfc4x3_add2::IfcTextureMap, OdIfc4x3_add2::IfcTextureVertex, and OdIfc4x3_add2::IfcTextureVertexList.


The documentation for this class was generated from the following file: