|
CFx SDK Documentation 2026 SP0
|
#include <IfcPropertyDependencyRelationshipAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getDependingProperty () const |
| void | setDependingProperty (const OdDAIObjectId &DependingProperty) |
| const OdDAIObjectId & | getDependantProperty () const |
| void | setDependantProperty (const OdDAIObjectId &DependantProperty) |
| const OdAnsiString & | getExpression () const |
| void | setExpression (const OdAnsiString &Expression) |
| IfcPropertyDependencyRelationship () | |
| virtual OdResult | inFields (OdDAI::OdSpfFilerBase *rdFiler) override |
| virtual OdResult | outFields (OdDAI::OdSpfFilerBase *wrFiler) override |
| virtual void | setInverseCounterParts () override |
| virtual OdDAI::Entity * | getInstanceType () const override |
| virtual OdRxValue | getAttr (const char *attrName) 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 | putAttr (const char *explicitAttrName, const OdRxValue &val) 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 OdIfc4x4::IfcResourceLevelRelationship | |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcResourceLevelRelationship () | |
Public Member Functions inherited from OdIfc4x4::OdIFC4X4Instance | |
| void | setInverseCounterParts () override |
Public Member Functions inherited from OdIfc::OdIfcInstance | |
| ODRX_DECLARE_MEMBERS (OdIfcInstance) | |
| OdIfcInstance () | |
| ~OdIfcInstance () | |
| bool | isInstanceOf (OdIfcEntityType entityType) const |
| IfcOpResult | resolved () |
| void | resolve (IfcOpResult resolved, void *resPtr) |
| void | unresolve () |
| virtual void | setGsNode (OdGsCache *pGsNode) |
| virtual OdGsCache * | gsNode () const |
| virtual OdUInt32 | subSetAttributes (OdGiDrawableTraits *traits) const |
| virtual bool | subWorldDraw (OdGiWorldDraw *wd) const |
| virtual OdDbStub * | ownerId () const |
Protected Attributes | |
| OdDAIObjectId | m_DependingProperty |
| OdDAIObjectId | m_DependantProperty |
| OdAnsiString | m_Expression |
Protected Attributes inherited from OdIfc4x4::IfcResourceLevelRelationship | |
| OdAnsiString | m_Name |
| OdAnsiString | m_Description |
Protected Attributes inherited from OdIfc::OdIfcInstance | |
| void * | m_resPtr |
| IfcOpResult | m_resolved |
Additional Inherited Members | |
Static Public Member Functions inherited from OdIfc::OdIfcInstance | |
| static const OdGePoint3d * | asPoint3d (const OdIfcInstance *inst) |
| static const OdGePoint2d * | asPoint2d (const OdIfcInstance *inst) |
| static const OdGeVector3d * | asVector3d (const OdIfcInstance *inst) |
| static const OdGeVector2d * | asVector2d (const OdIfcInstance *inst) |
| static const OdGeMatrix2d * | asMatrix2d (const OdIfcInstance *inst) |
| static const OdGeMatrix3d * | asMatrix3d (const OdIfcInstance *inst) |
| static OdIfcCompoundPtr | asCompound (OdSmartPtr< OdIfcInstance > inst) |
| static const OdCmEntityColor * | asRgbColor (const OdIfcInstance *inst) |
An IfcPropertyDependencyRelationship describes an identified dependency between the value of one property and that of another. The determination of value according to the dependency is required to be performed by an application that can then use the Expression attribute to flag the form of the dependency.
\changes
IFC4 changes: Made subtype of IfcResourceLevelRelationship (attribute order changed). Name: Name changed from DependingProperty to Name. Type changed from IfcProperty to IfcLabel. Instantiation changed to OPTIONAL. Description: Name changed from DependantProperty to Description. Type changed from IfcProperty to IfcText. Instantiation changed to OPTIONAL. DependingProperty: Name changed from Name to DependingProperty. Type changed from IfcLabel to IfcProperty. Instantiation changed from OPTIONAL. DependantProperty: Name changed from Description to DependantProperty. Type changed from IfcText to IfcProperty. Instantiation changed from OPTIONAL.
Definition at line 51 of file IFC4X4/IfcPropertyDependencyRelationshipAutoImpl.h.
| OdIfc4x4::IfcPropertyDependencyRelationship::IfcPropertyDependencyRelationship | ( | ) |
Default constructor for the IfcPropertyDependencyRelationship class.
|
overridevirtual |
Early-bound version of instances comparison.
| pOther | [in] Other application instance. |
| ordering | [out] Receives the ordering (comparison) status. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
| const OdDAIObjectId & OdIfc4x4::IfcPropertyDependencyRelationship::getDependantProperty | ( | ) | const |
Returns the value of DependantProperty attribute that represents the dependent property.
| const OdDAIObjectId & OdIfc4x4::IfcPropertyDependencyRelationship::getDependingProperty | ( | ) | const |
Returns the value of DependingProperty attribute. DependingProperty is the property on which the relationship depends.
| const OdAnsiString & OdIfc4x4::IfcPropertyDependencyRelationship::getExpression | ( | ) | const |
Returns the value of Expression attribute. Expression is expression that further describes the nature of the dependency relation.
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrName | [in] Explicit name of the attribute to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
| void OdIfc4x4::IfcPropertyDependencyRelationship::setDependantProperty | ( | const OdDAIObjectId & | DependantProperty | ) |
Sets the value of DependantProperty attribute that represents the dependent property.
| DependantProperty | [in] Object identifier representing DependantProperty. |
| void OdIfc4x4::IfcPropertyDependencyRelationship::setDependingProperty | ( | const OdDAIObjectId & | DependingProperty | ) |
Sets the value of DependingProperty attribute. DependingProperty is the property on which the relationship depends.
| DependingProperty | [in] Object identifier representing DependingProperty attribute. |
| void OdIfc4x4::IfcPropertyDependencyRelationship::setExpression | ( | const OdAnsiString & | Expression | ) |
Sets the value of Expression attribute. Expression is expression that further describes the nature of the dependency relation.
| Expression | [in] String representing the Expression to set. |
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x4::IfcResourceLevelRelationship.
|
protected |
Definition at line 239 of file IFC4X4/IfcPropertyDependencyRelationshipAutoImpl.h.
|
protected |
Definition at line 238 of file IFC4X4/IfcPropertyDependencyRelationshipAutoImpl.h.
|
protected |
Definition at line 240 of file IFC4X4/IfcPropertyDependencyRelationshipAutoImpl.h.