IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.8.2.3 IfcCsgSelect(CSG选择)

8.8.2.3.1 语义定义(Semantic definition)

选择类型,支持在_IfcBooleanResult_和_IfcCsgPrimitive3D_的子类型之间进行选择,作为_IfcCsgSolid_中可能的根树表达式。

8.8.2.3.2 类型值

类型
IfcBooleanResult
IfcCsgPrimitive3D
表 8.8.2.3.A

8.8.2.3.3 形式化表示(Formal representation)

TYPE IfcCsgSelect = SELECT
	(IfcBooleanResult
	,IfcCsgPrimitive3D);
END_TYPE;

8.8.2.3.4 参考文献