IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.3.6 IfcConnectionGeometry(连接几何)

AbV ⓘ

抽象 该定义可能不会被直接实例化。

8.7.3.6.1 语义定义(Semantic definition)

IfcConnectionGeometry 用于描述促进两个对象物理连接的几何和拓扑约束。它被设想为适用于构件连接关系的控制机制。

IfcConnectionGeometry 允许提供几何和拓扑元素之间的连接约束,以下连接几何/拓扑类型在适用范围内:

  • 点 | 顶点
  • 曲线 | 边曲线
  • 曲面 | 面曲面
  • 实体模型 | 闭合壳

8.7.3.6.2 实体继承(Entity inheritance)

8.7.3.6.3 特性(Attributes)

# 特性(Attributes) 类型 描述
表 8.7.3.6.A

8.7.3.6.4 形式化表示(Formal representation)

ENTITY IfcConnectionGeometry
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcConnectionCurveGeometry
	,IfcConnectionPointGeometry
	,IfcConnectionSurfaceGeometry
	,IfcConnectionVolumeGeometry));
END_ENTITY;

8.7.3.6.5 参考文献