Class Ifc4x3_rc1::IfcRelConnectsElements

Nested Relationships

This class is a nested type of Struct Ifc4x3_rc1.

Inheritance Relationships

Base Type

Derived Types

Class Documentation

class Ifc4x3_rc1::IfcRelConnectsElements : public Ifc4x3_rc1::IfcRelConnects

Definition from IAI: The IfcRelConnectsElements 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 may 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.

HISTORY New entity in IFC Release 1.0.

Subclassed by Ifc4x3_rc1::IfcRelConnectsPathElements, Ifc4x3_rc1::IfcRelConnectsWithRealizingElements

Public Functions

bool hasConnectionGeometry() const

Whether the optional attribute ConnectionGeometry is defined for this IfcRelConnectsElements.

::Ifc4x3_rc1::IfcConnectionGeometry *ConnectionGeometry() const

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).

void setConnectionGeometry(::Ifc4x3_rc1::IfcConnectionGeometry *v)
::Ifc4x3_rc1::IfcElement *RelatingElement() const

Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatingElement.

void setRelatingElement(::Ifc4x3_rc1::IfcElement *v)
::Ifc4x3_rc1::IfcElement *RelatedElement() const

Reference to a subtype of IfcElement that is connected by the connection relationship in the role of RelatedElement.

void setRelatedElement(::Ifc4x3_rc1::IfcElement *v)
const IfcParse::entity &declaration() const
IfcRelConnectsElements(IfcEntityInstanceData *e)
IfcRelConnectsElements(std::string v1_GlobalId, ::Ifc4x3_rc1::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc4x3_rc1::IfcConnectionGeometry *v5_ConnectionGeometry, ::Ifc4x3_rc1::IfcElement *v6_RelatingElement, ::Ifc4x3_rc1::IfcElement *v7_RelatedElement)

Public Static Functions

const IfcParse::entity &Class()