8.7.2.8 IfcSurfaceOrFaceSurface(表面或面表面)
8.7.2.8.1 语义定义(Semantic definition)
IfcSurfaceOrFaceSurface 提供了在几何模型中选择几何表面(IfcSurface 及其子类型)或在拓扑模型中选择具有关联表面几何和坐标的面(IfcFaceSurface)的选项。
8.7.2.8.2 类型值
8.7.2.8.3 形式化表示(Formal representation)
TYPE IfcSurfaceOrFaceSurface = SELECT
(IfcFaceBasedSurfaceModel
,IfcFaceSurface
,IfcSurface);
END_TYPE;