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

#include <IfcPropertyAbstractionAutoImpl.h>

Inheritance diagram for OdIfc4x3_add2::IfcPropertyAbstraction:
OdIfc4x3_add2::OdIfc4x3Instance OdIfc::OdIfcInstance OdIfc4x3_add2::IfcExtendedProperties OdIfc4x3_add2::IfcPreDefinedProperties OdIfc4x3_add2::IfcProperty OdIfc4x3_add2::IfcPropertyEnumeration OdIfc4x3_add2::IfcMaterialProperties OdIfc4x3_add2::IfcProfileProperties OdIfc4x3_add2::IfcReinforcementBarProperties OdIfc4x3_add2::IfcSectionProperties OdIfc4x3_add2::IfcSectionReinforcementProperties OdIfc4x3_add2::IfcComplexProperty OdIfc4x3_add2::IfcSimpleProperty OdIfc4x3_add2::IfcPropertyBoundedValue OdIfc4x3_add2::IfcPropertyEnumeratedValue OdIfc4x3_add2::IfcPropertyListValue OdIfc4x3_add2::IfcPropertyReferenceValue OdIfc4x3_add2::IfcPropertySingleValue OdIfc4x3_add2::IfcPropertyTableValue

Public Member Functions

void getInvHasExternalReferences (OdDAIObjectIds &HasExternalReferences) const
 
virtual OdResult inFields (OdDAI::OdSpfFilerBase *rdFiler) override
 
virtual OdResult outFields (OdDAI::OdSpfFilerBase *wrFiler) override
 
virtual OdDAI::Entity * getInstanceType () const override
 
virtual bool comparedToEarlyImpl (const OdDAI::ApplicationInstance *pOther, OdRx::Ordering &ordering) const override
 
virtual void unsetAttr (const char *explicitAttrName) override
 
virtual bool testAttr (const char *explicitAttrName) const override
 
virtual bool isKindOf (OdIfc::OdIfcEntityType entityType) const override
 
virtual OdIfc::OdIfcEntityType type () const override
 
virtual OdRxValue getAttr (const OdIfc::OdIfcAttribute attrDef) const override
 
virtual void unsetAttr (const OdIfc::OdIfcAttribute explicitAttrDef) override
 
virtual bool testAttr (const OdIfc::OdIfcAttribute explicitAttrDef) const override
 
virtual bool putAttr (const OdIfc::OdIfcAttribute explicitAttrDef, const OdRxValue &val) 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 bool putAttr (const char *explicitAttrName, 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
 

Friends

class IfcExternalReferenceRelationship
 

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 IfcPropertyAbstraction is an abstract supertype of all property-related entities defined as dependent resource entities within the specification. It can have an external reference to a dictionary or library that provides additional information about its definition. Instantiable subtypes have property name, value and other instance information.

Remarks
The IfcPropertyAbstraction is an abstract supertype of all property-related entities defined as dependent resource entities within the specification. It can have an external reference to a dictionary or library that provides additional information about its definition. Instantiable subtypes have property name, value and other instance information.

Definition at line 51 of file Ifc4x3/IfcPropertyAbstractionAutoImpl.h.

Member Function Documentation

◆ comparedToEarlyImpl()

virtual bool OdIfc4x3_add2::IfcPropertyAbstraction::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::IfcComplexProperty, OdIfc4x3_add2::IfcExtendedProperties, OdIfc4x3_add2::IfcMaterialProperties, OdIfc4x3_add2::IfcPreDefinedProperties, OdIfc4x3_add2::IfcProfileProperties, OdIfc4x3_add2::IfcProperty, OdIfc4x3_add2::IfcPropertyBoundedValue, OdIfc4x3_add2::IfcPropertyEnumeratedValue, OdIfc4x3_add2::IfcPropertyEnumeration, OdIfc4x3_add2::IfcPropertyListValue, OdIfc4x3_add2::IfcPropertyReferenceValue, OdIfc4x3_add2::IfcPropertySingleValue, OdIfc4x3_add2::IfcPropertyTableValue, OdIfc4x3_add2::IfcReinforcementBarProperties, OdIfc4x3_add2::IfcSectionProperties, OdIfc4x3_add2::IfcSectionReinforcementProperties, and OdIfc4x3_add2::IfcSimpleProperty.

◆ getAttr()

◆ getInstanceType()

◆ getInvHasExternalReferences()

void OdIfc4x3_add2::IfcPropertyAbstraction::getInvHasExternalReferences ( OdDAIObjectIds & HasExternalReferences) const

Returns the value of HasExternalReferences attribute. HasExternalReferences is reference to an external reference, e.g. library, classification, or document information, that is associated to the property definition.

Parameters
HasExternalReferences[out] Receives a set of object identifiers representing the value of HasExternalReferences attribute.

◆ inFields()

◆ isKindOf()

◆ outFields()

◆ putAttr()

virtual bool OdIfc4x3_add2::IfcPropertyAbstraction::putAttr ( const OdIfc::OdIfcAttribute explicitAttrDef,
const OdRxValue & val )
overridevirtual

◆ testAttr() [1/2]

◆ testAttr() [2/2]

◆ type()

◆ unsetAttr() [1/2]

◆ unsetAttr() [2/2]

Friends And Related Symbol Documentation

◆ IfcExternalReferenceRelationship

friend class IfcExternalReferenceRelationship
friend

Definition at line 185 of file Ifc4x3/IfcPropertyAbstractionAutoImpl.h.


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