IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.2.8 IfcSurfaceOrFaceSurface(表面或面表面)

8.7.2.8.1 语义定义(Semantic definition)

IfcSurfaceOrFaceSurface 提供了在几何模型中选择几何表面(IfcSurface 及其子类型)或在拓扑模型中选择具有关联表面几何和坐标的面(IfcFaceSurface)的选项。

8.7.2.8.2 类型值

类型
IfcFaceBasedSurfaceModel
IfcFaceSurface
IfcSurface
表 8.7.2.8.A

8.7.2.8.3 形式化表示(Formal representation)

TYPE IfcSurfaceOrFaceSurface = SELECT
	(IfcFaceBasedSurfaceModel
	,IfcFaceSurface
	,IfcSurface);
END_TYPE;

8.7.2.8.4 参考文献