8.7.2.7 IfcSolidOrShell(实体或壳体)
8.7.2.7.1 语义定义(Semantic definition)
IfcSolidOrShell 提供了在几何模型中选择几何体(IfcSolidModel 及其子类型)或在拓扑模型中选择壳体(IfcClosedShell)的选项。
8.7.2.7.2 类型值
8.7.2.7.3 形式化表示(Formal representation)
TYPE IfcSolidOrShell = SELECT
(IfcClosedShell
,IfcSolidModel);
END_TYPE;