Navigation
Navigate Navigate Navigate Navigate Navigate Navigate Navigate Navigate

IfcConnectionCurveGeometry

Definition from IAI: The 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 refering to the subtype of IfcRelConnects with the associated IfcConnectionCurveGeometry.

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.

EXPRESS specification:

ENTITY IfcConnectionCurveGeometry
SUBTYPE OF ( IfcConnectionGeometry);
CurveOnRelatingElement  :  IfcCurveOrEdgeCurve;
CurveOnRelatedElement  :  OPTIONAL IfcCurveOrEdgeCurve;
END_ENTITY;

Attribute definitions:

CurveOnRelatingElement  :  The bounded curve at which the connected objects are aligned at the relating element, given in the LCS of the relating element.
CurveOnRelatedElement  :  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.

Inheritance graph

ENTITY IfcConnectionCurveGeometry;
ENTITY IfcConnectionGeometry;
ENTITY IfcConnectionCurveGeometry;
CurveOnRelatingElement  :  IfcCurveOrEdgeCurve;
CurveOnRelatedElement  :  OPTIONAL IfcCurveOrEdgeCurve;
END_ENTITY;