8.8.2.3 IfcCsgSelect(CSG选择)
8.8.2.3.1 语义定义(Semantic definition)
选择类型,支持在_IfcBooleanResult_和_IfcCsgPrimitive3D_的子类型之间进行选择,作为_IfcCsgSolid_中可能的根树表达式。
8.8.2.3.2 类型值
8.8.2.3.3 形式化表示(Formal representation)
TYPE IfcCsgSelect = SELECT
(IfcBooleanResult
,IfcCsgPrimitive3D);
END_TYPE;