IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.8.2.4 IfcGeometricSetSelect(几何集选择)

8.8.2.4.1 语义定义(Semantic definition)

IfcGeometricSetSelect 包含适用于作为几何集组成部分的几何表示项。

8.8.2.4.2 类型值

类型
IfcCurve
IfcPoint
IfcSurface
表 8.8.2.4.A

8.8.2.4.3 形式化表示(Formal representation)

TYPE IfcGeometricSetSelect = SELECT
	(IfcCurve
	,IfcPoint
	,IfcSurface);
END_TYPE;

8.8.2.4.4 参考文献