IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.8.3.38 IfcShellBasedSurfaceModel(基于壳体的表面模型)

8.8.3.38.1 语义定义(Semantic definition)

IfcShellBasedSurfaceModel 通过一组开放或封闭的壳体来表示形状。壳体内的连接面具有二维特性,并置于三维坐标空间中。

非正式命题

  1. 基于壳体的表面模型的维度为 2。
  2. 除在公共面、边或顶点处外,壳体不得重叠或相交。

8.8.3.38.2 实体继承(Entity inheritance)

8.8.3.38.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 个继承特性
IfcShellBasedSurfaceModel (2)
1 SbsmBoundary SET [1:?] OF IfcShell

壳体边界

* Dim IfcDimensionCount

此属性是形式化派生的

3

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

表 8.8.3.38.A

8.8.3.38.4 形式化表示(Formal representation)

ENTITY IfcShellBasedSurfaceModel
 SUBTYPE OF (IfcGeometricRepresentationItem);
	SbsmBoundary : SET [1:?] OF IfcShell;
 DERIVE
	 Dim : IfcDimensionCount := 3;
END_ENTITY;

8.8.3.38.5 参考文献