Class Ifc2x3::IfcRelConnectsPathElements

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcRelConnectsPathElements : public Ifc2x3::IfcRelConnectsElements

The IfcRelConnectsPathElements relationship provides the connectivity information between two elements, which have path information.

The objectified relationship provides the additional information required to describe the connection between two path based elements that might have single or multiple layers of material. The connection type specifies where at the path based element a connection is given (at the start, in the middle or at the end).

The connection is described by a connection geometry, given within the object coordinate systems of the RelatingElement and of the RelatedElement. In case of IfcWallStandardCase as the RelatingElement and RelatedElement the connection geometry is provided by the subtype IfcConnectionCurveGeometry. Both curves indicate the so called “end cap”, i.e. the curve that trims the wall outer edges (being parallel along the wall axis) at the end. HISTORY New entity in IFC Release 1.5.

Figure 115 shows the application of IfcRelConnectsPathElements with the ConnectionGeometry of type IfcConnectionCurveGeometry. The example shows the connection relationship between two instances of IfcWallStandardCase using the IfcRelConnectsPathElements relationship. The ConnectionCurveGeometry defines the CurveOnReleatingElement and CurveOnRelatedElement, both are of type IfcPolyline.

Figure 115 — Path connection geometry

Figure 116 illustrates using the IfcRelConnectsPathElements for a “T” type connection between two instances of IfcWallStandardCase. Figure 117 illustrates using the IfcRelConnectsPathElements for a “L” type connection between two instances of IfcWallStandardCase. NOTE The two wall axes connect in each case.

Figure 116 — Path connection T-Type Figure 117 — Path connection L-Type

Public Functions

std::vector<int> RelatingPriorities() const

Priorities for connection. It refers to the layers of the RelatingObject.

void setRelatingPriorities(std::vector<int> v)
std::vector<int> RelatedPriorities() const

Priorities for connection. It refers to the layers of the RelatedObject.

void setRelatedPriorities(std::vector<int> v)
::Ifc2x3::IfcConnectionTypeEnum::Value RelatedConnectionType() const

Indication of the connection type in relation to the path of the RelatingObject.

void setRelatedConnectionType(::Ifc2x3::IfcConnectionTypeEnum::Value v)
::Ifc2x3::IfcConnectionTypeEnum::Value RelatingConnectionType() const

Indication of the connection type in relation to the path of the RelatingObject.

void setRelatingConnectionType(::Ifc2x3::IfcConnectionTypeEnum::Value v)
const IfcParse::entity &declaration() const
IfcRelConnectsPathElements(IfcEntityInstanceData *e)
IfcRelConnectsPathElements(std::string v1_GlobalId, ::Ifc2x3::IfcOwnerHistory *v2_OwnerHistory, boost::optional<std::string> v3_Name, boost::optional<std::string> v4_Description, ::Ifc2x3::IfcConnectionGeometry *v5_ConnectionGeometry, ::Ifc2x3::IfcElement *v6_RelatingElement, ::Ifc2x3::IfcElement *v7_RelatedElement, std::vector<int> v8_RelatingPriorities, std::vector<int> v9_RelatedPriorities, ::Ifc2x3::IfcConnectionTypeEnum::Value v10_RelatedConnectionType, ::Ifc2x3::IfcConnectionTypeEnum::Value v11_RelatingConnectionType)

Public Static Functions

const IfcParse::entity &Class()