IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.3.7 IfcConnectionPointEccentricity(连接点偏心)

8.7.3.7.1 语义定义(Semantic definition)

IfcConnectionPointEccentricity 用于描述在两个对象的点或顶点处进行物理连接的几何约束,这些点具有相关的点坐标。两个对象的连接点之间存在物理距离或偏心量。偏心量可以通过以下方式给出:

  • 提供 PointOnRelatingElementPointOnRelatedElement,其中两个点坐标在公共父坐标系(最终在世界坐标系内)中不完全相同;
  • 提供 PointOnRelatingElement 以及三个距离量度 EccentricityInXEccentricityInYEccentricityInZ(如果底层坐标系是二维的,则仅提供 EccentricityInXEccentricityInY);或
  • 同时提供以上两者。

PointOnRelatingElement 属性处的 IfcPoint(或带有相关 IfcPointIfcVertexPoint)定义了被连接元素的基本几何项连接的点。点坐标在 RelatingElement 的局部坐标系内提供,具体在利用 IfcConnectionPointGeometryIfcRelConnects 子类型中指定。可选地,相同的点坐标也可以通过 PointOnRelatedElement 属性在 RelatedElement 的局部坐标系内提供,否则必须通过三个偏心值给出到 RelatedElement 处点的距离。

EccentricityInXEccentricityInYEccentricityInZ 的显式值始终按以下方向和坐标系测量(定义值为正或负的情况):

8.7.3.7.2 实体继承(Entity inheritance)

8.7.3.7.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcConnectionPointGeometry (2)
1 PointOnRelatingElement IfcPointOrVertexPoint

被连接对象在关联构件处对齐的点,在关联构件的局部坐标系中给出。

2 PointOnRelatedElement OPTIONAL IfcPointOrVertexPoint

被连接对象在相关构件处对齐的点,在相关构件的局部坐标系中给出。如果省略该信息,则使用相关构件的原点。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcConnectionPointEccentricity (3)
3 EccentricityInX OPTIONAL IfcLengthMeasure

参与点连接的两个点(或顶点)之间在 x 方向上的距离。

4 EccentricityInY OPTIONAL IfcLengthMeasure

参与点连接的两个点(或顶点)之间在 y 方向上的距离。

5 EccentricityInZ OPTIONAL IfcLengthMeasure

参与点连接的两个点(或顶点)之间在 z 方向上的距离。

表 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 参考文献