|
CFx SDK Documentation 2026 SP0
|
#include <IfcRelConnectsElementsAutoImpl.h>
Public Member Functions | |
| const OdDAIObjectId & | getConnectionGeometry () const |
| void | setConnectionGeometry (const OdDAIObjectId &ConnectionGeometry) |
| const OdDAIObjectId & | getRelatingElement () const |
| void | setRelatingElement (const OdDAIObjectId &RelatingElement) |
| const OdDAIObjectId & | getRelatedElement () const |
| void | setRelatedElement (const OdDAIObjectId &RelatedElement) |
| 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 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 OdIfc4x2::IfcRoot | |
| OdDAI::CompressedGUID | getGlobalId () const |
| void | setGlobalId (OdDAI::CompressedGUID GlobalId) |
| const OdDAIObjectId & | getOwnerHistory () const |
| void | setOwnerHistory (const OdDAIObjectId &OwnerHistory) |
| const OdAnsiString & | getName () const |
| void | setName (const OdAnsiString &Name) |
| const OdAnsiString & | getDescription () const |
| void | setDescription (const OdAnsiString &Description) |
| IfcRoot () | |
Public Member Functions inherited from OdIfc4x2::OdIfc4x2Instance | |
| 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_ConnectionGeometry |
| OdDAIObjectId | m_RelatingElement |
| OdDAIObjectId | m_RelatedElement |
Protected Attributes inherited from OdIfc4x2::IfcRoot | |
| OdDAI::CompressedGUID | m_GlobalId |
| OdDAIObjectId | m_OwnerHistory |
| 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) |
This objectified relationship provides the generalization of the connectivity between elements. It is a 1 to 1 relationship. The concept of two elements being physically or logically connected is described independently from the connecting elements. The connectivity can be related to the shape representation of the connected entities by providing a connection geometry. In this case the geometrical constraints of the connection are provided by the optional relationship to the IfcConnectionGeometry. The connection geometry is provided as a point, curve or surface within the local placement coordinate systems of the connecting elements. If the connection geometry is omitted then the connection is provided as a logical connection. Under this circumstance, the connection point, curve or surface has to be recalculated by the receiving application.
Definition at line 48 of file Ifc4x2/IfcRelConnectsElementsAutoImpl.h.
|
overridevirtual |
Returns an attribute value for the specified attribute name.
| attrName | [in] Name of an attribute to query. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Returns an attribute value for the specified attribute definition.
| attrDef | [in] Attribute definition to query. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
| const OdDAIObjectId & OdIfc4x2::IfcRelConnectsElements::getConnectionGeometry | ( | ) | const |
Returns the value of ConnectionGeometry attribute. This attribute represents the geometric shape representation of the connection geometry that is provided in the object coordinate system of the RelatingElement (mandatory) and in the object coordinate system of the RelatedElement (optionally).
|
overridevirtual |
Returns a type of a class instance.
Reimplemented from OdIfc4x2::IfcRelConnects.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
| const OdDAIObjectId & OdIfc4x2::IfcRelConnectsElements::getRelatedElement | ( | ) | const |
Returns the value of RelatedElement attribute. This attribute represents reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatedElement.
| const OdDAIObjectId & OdIfc4x2::IfcRelConnectsElements::getRelatingElement | ( | ) | const |
Returns the value of RelatingElement attribute. This attribute represents reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatingElement.
|
overridevirtual |
Reads object's data from the specified filer.
| rdFiler | [in] Pointer to a filer from which to read the data. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Checks whether the specified instance is the object derived from or belongs to this class.
| entityType | [in] Entity to check. |
Reimplemented from OdIfc4x2::IfcRelConnects.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Writes object's data the the specified filer.
| wrFiler | [in] Pointer to a filer to which to write the data. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
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 OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Sets the specified attribute with a given value.
| explicitAttrDef | [in] Explicit attribute definition to set. |
| val | [in] Value to set. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
| void OdIfc4x2::IfcRelConnectsElements::setConnectionGeometry | ( | const OdDAIObjectId & | ConnectionGeometry | ) |
Sets the value of ConnectionGeometry attribute. This attribute represents the geometric shape representation of the connection geometry that is provided in the object coordinate system of the RelatingElement (mandatory) and in the object coordinate system of the RelatedElement (optionally).
| ConnectionGeometry | [in] Connection geometry to set. |
|
overridevirtual |
Sets the object ID of this instance to inverse attributes of related instances according to schema specification of inverse attributes.
Reimplemented in OdIfc4x2::IfcRelConnectsWithRealizingElements.
| void OdIfc4x2::IfcRelConnectsElements::setRelatedElement | ( | const OdDAIObjectId & | RelatedElement | ) |
Sets the value of RelatedElement attribute. This attribute represents reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatedElement.
| RelatedElement | [in] Related element to set. |
| void OdIfc4x2::IfcRelConnectsElements::setRelatingElement | ( | const OdDAIObjectId & | RelatingElement | ) |
Sets the value of RelatingElement attribute. This attribute represents reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatingElement.
| RelatingElement | [in] Relating element to set. |
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrName | [in] Explicit name of the attribute to test. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Checks whether the specified attribute is set.
| explicitAttrDef | [in] Attribute definition to test. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Returns the type of this entity.
Reimplemented from OdIfc4x2::IfcRelConnects.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrName | [in] Explicit name of the attribute to reset. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
overridevirtual |
Resets a value for the specified attribute.
| explicitAttrDef | [in] Explicit definition that represents an attribute to reset. |
Reimplemented from OdIfc4x2::IfcRoot.
Reimplemented in OdIfc4x2::IfcRelConnectsPathElements, and OdIfc4x2::IfcRelConnectsWithRealizingElements.
|
protected |
Definition at line 219 of file Ifc4x2/IfcRelConnectsElementsAutoImpl.h.
|
protected |
Definition at line 221 of file Ifc4x2/IfcRelConnectsElementsAutoImpl.h.
|
protected |
Definition at line 220 of file Ifc4x2/IfcRelConnectsElementsAutoImpl.h.