IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.3.10 IfcConnectionVolumeGeometry(连接体积几何)

8.7.3.10.1 语义定义(Semantic definition)

IfcConnectionVolumeGeometry 用于描述通过实体或封闭壳体定义的体积,促进两个对象在物理连接(或重叠)时的几何约束。它被设想为适用于构件连接或干涉关系的控制项。

VolumeOnRelatingElement 属性处的 IfcSolidModel(或 IfcClosedShell)定义了干涉构件的基本几何项重叠的体积。该体积几何和坐标在 RelatingElement 的局部坐标系中提供,如使用 IfcConnectionSurfaceGeometry 的关系 IfcRelConnects 的子类型中所指定。可选地,相同的体积几何和坐标也可以通过使用 VolumeOnRelatedElement 属性在 RelatedElement 的局部坐标系中提供。

8.7.3.10.2 实体继承(Entity inheritance)

8.7.3.10.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcConnectionVolumeGeometry (2)
1 VolumeOnRelatingElement IfcSolidOrShell

相关对象与关联构件重叠的体积,在关联构件的局部坐标系中给出。

2 VolumeOnRelatedElement OPTIONAL IfcSolidOrShell

相关对象与关联构件重叠的体积,在相关对象的局部坐标系中给出。

表 8.7.3.10.A

8.7.3.10.4 形式化表示(Formal representation)

ENTITY IfcConnectionVolumeGeometry
 SUBTYPE OF (IfcConnectionGeometry);
	VolumeOnRelatingElement : IfcSolidOrShell;
	VolumeOnRelatedElement : OPTIONAL IfcSolidOrShell;
END_ENTITY;

8.7.3.10.5 参考文献