IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.2.7 IfcSolidOrShell(实体或壳体)

8.7.2.7.1 语义定义(Semantic definition)

IfcSolidOrShell 提供了在几何模型中选择几何体(IfcSolidModel 及其子类型)或在拓扑模型中选择壳体(IfcClosedShell)的选项。

8.7.2.7.2 类型值

类型
IfcClosedShell
IfcSolidModel
表 8.7.2.7.A

8.7.2.7.3 形式化表示(Formal representation)

TYPE IfcSolidOrShell = SELECT
	(IfcClosedShell
	,IfcSolidModel);
END_TYPE;

8.7.2.7.4 参考文献