IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.7.3.7 IfcConnectionPointEccentricity

8.7.3.7.1 Semantic definition

IfcConnectionPointEccentricity is used to describe the geometric constraints that facilitate the physical connection of two objects at a point or vertex point with associated point coordinates. There is a physical distance, or eccentricity, etween the connection points of both object. The eccentricity can be either given by:

  • providing the PointOnRelatingElement and the PointOnRelatedElement, where both point coordinates are not identical within a common parent coordinate system (latestly within the world coordinate system),
  • providing the PointOnRelatingElement and the three distance measures, EccentricityInX, EccentricityInY, and EccentricityInZ (or only EccentricityInX, and EccentricityInY if the underlying coordinate system is two-dimensional), or
  • providing both.

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 connects. The point coordinates are provided within the local coordinate system of the RelatingElement, as specified at the IfcRelConnects subtype 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, otherwise the distance to the point at the RelatedElement has to be given by the three eccentricity values.

The explicit values for EccentricityInX, EccentricityInY, and EccentricityInZ are always measured in the following direction and coordinate system (defining when the value is positive or negative):

  • from the PointOnRelatedElement to PointOnRelatingElement within the coordinate system of the RelatingElement.
  • in addition: when used to specify connections in structural analysis models, the IfcStructuralMember is to be used as the RelatingElement of the relationship object utilizing IfcConnectionPointEccentricity, and the IfcStructuralConnection is the RelatedElement.

8.7.3.7.2 Entity inheritance

8.7.3.7.3 Attributes

# Attribute Type Description
IfcConnectionPointGeometry (2)
1 PointOnRelatingElement IfcPointOrVertexPoint

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

2 PointOnRelatedElement OPTIONAL IfcPointOrVertexPoint

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.

Click to show 2 hidden inherited attributes Click to hide 2 inherited attributes
IfcConnectionPointEccentricity (3)
3 EccentricityInX OPTIONAL IfcLengthMeasure

Distance in x direction between the two points (or vertex points) engaged in the point connection.

4 EccentricityInY OPTIONAL IfcLengthMeasure

Distance in y direction between the two points (or vertex points) engaged in the point connection.

5 EccentricityInZ OPTIONAL IfcLengthMeasure

Distance in z direction between the two points (or vertex points) engaged in the point connection.

Table 8.7.3.7.A

8.7.3.7.4 Formal representation

ENTITY IfcConnectionPointEccentricity
 SUBTYPE OF (IfcConnectionPointGeometry);
	EccentricityInX : OPTIONAL IfcLengthMeasure;
	EccentricityInY : OPTIONAL IfcLengthMeasure;
	EccentricityInZ : OPTIONAL IfcLengthMeasure;
END_ENTITY;

8.7.3.7.5 References

Edit on Github


Is this page difficult to understand? Let us know!