IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.8.3.17 IfcFaceBasedSurfaceModel(基于面的表面模型)

8.8.3.17.1 语义定义(Semantic definition)

IfcFaceBasedSurfaceModel 表示通过连接的面集构成的形状。这些连接的面具有二维特性,并置于三维坐标空间中。

非正式命题

  1. 除公共面、边或顶点外,连接的面集不得重叠或相交。
  2. 基于面的表面模型的面具有二维特性。

8.8.3.17.2 实体继承(Entity inheritance)

8.8.3.17.3 特性(Attributes)

# 特性(Attributes) 类型 描述
IfcRepresentationItem (2)
LayerAssignment SET [0:1] OF IfcPresentationLayerAssignment FOR AssignedItems

将表示项分配给单个或多个层。LayerAssignments 可以覆盖其所在的 IfcRepresentationItems 列表中的 LayerAssignments

StyledByItem SET [0:1] OF IfcStyledItem FOR Item

引用为表示提供表现信息的 IfcStyledItem,例如,为几何曲线提供曲线样式,包括颜色和厚度。

点击显示 2 个隐藏的继承特性 点击隐藏 2 个继承特性
IfcFaceBasedSurfaceModel (2)
1 FbsmFaces SET [1:?] OF IfcConnectedFaceSet

构成基于面的表面模型的连接面集集合。

* Dim IfcDimensionCount

此属性是形式化派生的

3

此类的空间维度,始终为3。

表 8.8.3.17.A

8.8.3.17.4 形式化表示(Formal representation)

ENTITY IfcFaceBasedSurfaceModel
 SUBTYPE OF (IfcGeometricRepresentationItem);
	FbsmFaces : SET [1:?] OF IfcConnectedFaceSet;
 DERIVE
	 Dim : IfcDimensionCount := 3;
END_ENTITY;

8.8.3.17.5 参考文献