8.8.2.4 IfcGeometricSetSelect(几何集选择)
8.8.2.4.1 语义定义(Semantic definition)
IfcGeometricSetSelect 包含适用于作为几何集组成部分的几何表示项。
8.8.2.4.2 类型值
8.8.2.4.3 形式化表示(Formal representation)
TYPE IfcGeometricSetSelect = SELECT
(IfcCurve
,IfcPoint
,IfcSurface);
END_TYPE;