Class Ifc2x3::IfcConnectionCurveGeometry

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Class Documentation

class Ifc2x3::IfcConnectionCurveGeometry : public Ifc2x3::IfcConnectionGeometry

IfcConnectionCurveGeometry is used to describe the geometric constraints that facilitate the physical connection of two objects at a curve or at an edge with curve geometry associated. It is envisioned as a control that applies to the element connection relationships.

EXAMPLE The connection relationship between two walls has a geometric constraint which describes the end caps (or cut-off of the wall ends) by a CurveOnRelatingElement for the first wall and a CurveOnRelatedElement for the second wall. The exact usage of the IfcConnectionCurveGeometry is further defined in the geometry use sections of the elements that use it.

The available geometry for the connection constraint may be further restricted to only allow straight segments by applying IfcPolyline only. Such an usage constraint is provided at the object definition of the IfcElement subtype, utilizing the element connection by referring to the subtype of IfcRelConnects with the associatedIfcConnectionCurveGeometry.

HISTORY New entity in IFC Release 1.5, has been renamed from IfcLineConnectionGeometry in IFC Release 2x.

IFC2x Edition 3 CHANGE The provision of topology with associated geometry, IfcEdgeCurve, is enabled by using the IfcCurveOrEdgeCurve.

Geometry use definitions The IfcCurve (or the IfcEdgeCurve with an associated IfcCurve) at the CurveOnRelatingElement attribute defines the curve where the basic geometry items of the connected elements connects. The curve geometry and coordinates are provided within the local coordinate system of the RelatingElement, as specified at the IfcRelConnects Subtype that utilizes the IfcConnectionCurveGeometry. Optionally, the same curve geometry and coordinates can also be provided within the local coordinate system of the RelatedElement by using the CurveOnRelatedElement attribute.

Public Functions

::Ifc2x3::IfcCurveOrEdgeCurve *CurveOnRelatingElement() const

The bounded curve at which the connected objects are aligned at the relating element, given in the LCS of the relating element.

void setCurveOnRelatingElement(::Ifc2x3::IfcCurveOrEdgeCurve *v)
bool hasCurveOnRelatedElement() const

Whether the optional attribute CurveOnRelatedElement is defined for this IfcConnectionCurveGeometry.

::Ifc2x3::IfcCurveOrEdgeCurve *CurveOnRelatedElement() const

The bounded curve at which the connected objects are aligned at the related element, given in the LCS of the related element. If the information is omitted, then the origin of the related element is used.

void setCurveOnRelatedElement(::Ifc2x3::IfcCurveOrEdgeCurve *v)
const IfcParse::entity &declaration() const
IfcConnectionCurveGeometry(IfcEntityInstanceData *e)
IfcConnectionCurveGeometry(::Ifc2x3::IfcCurveOrEdgeCurve *v1_CurveOnRelatingElement, ::Ifc2x3::IfcCurveOrEdgeCurve *v2_CurveOnRelatedElement)

Public Static Functions

const IfcParse::entity &Class()