Class Ifc2x3::IfcConnectionPointGeometry

Nested Relationships

This class is a nested type of Struct Ifc2x3.

Inheritance Relationships

Base Type

Derived Type

Class Documentation

class Ifc2x3::IfcConnectionPointGeometry : public Ifc2x3::IfcConnectionGeometry

IfcConnectionPointGeometry is used to describe the geometric constraints that facilitate the physical connection of two objects at a point (here IfcCartesianPoint) or at an vertex with point coordinates associated. It is envisioned as a control that applies to the element connection relationships.

EXAMPLE The connection relationship between two path based elements (like a column and a beam) has a geometric constraint which describes the connection points by a PointOnRelatingElement for the column and a PointOnRelatedElement for the beam. The exact usage of the IfcConnectionPointGeometry is further defined in the geometry use sections of the elements that use it.

NOTE If the point connection has an offset (if the two points or vertex points at the relating and related element do not physically match), the subtype IfcConnectionPointEccentricity shall be used.

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

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

Geometry use definitions The IfcPoint (or the IfcVertexPoint with an associated IfcPoint) at the PointOnRelatingElement attribute defines the point where the basic geometry items of the connected elements connect. The point coordinates are provided within the local coordinate system of the RelatingElement, as specified at the IfcRelConnectsSubtype that utilizes the IfcConnectionPointGeometry. Optionally, the same point coordinates can also be provided within the local coordinate system of the RelatedElement by using the PointOnRelatedElement attribute. If both point coordinates are not identical within a common parent coordinate system (ultimately within the world coordinate system), the subtype IfcConnectionPointEccentricity shall be used.

Subclassed by Ifc2x3::IfcConnectionPointEccentricity

Public Functions

::Ifc2x3::IfcPointOrVertexPoint *PointOnRelatingElement() const

Point at which the connected object is aligned at the relating element, given in the LCS of the relating element.

void setPointOnRelatingElement(::Ifc2x3::IfcPointOrVertexPoint *v)
bool hasPointOnRelatedElement() const

Whether the optional attribute PointOnRelatedElement is defined for this IfcConnectionPointGeometry.

::Ifc2x3::IfcPointOrVertexPoint *PointOnRelatedElement() const

Point at which 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 setPointOnRelatedElement(::Ifc2x3::IfcPointOrVertexPoint *v)
const IfcParse::entity &declaration() const
IfcConnectionPointGeometry(IfcEntityInstanceData *e)
IfcConnectionPointGeometry(::Ifc2x3::IfcPointOrVertexPoint *v1_PointOnRelatingElement, ::Ifc2x3::IfcPointOrVertexPoint *v2_PointOnRelatedElement)

Public Static Functions

const IfcParse::entity &Class()