IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.9.3.46 IfcPlane(平面)

AbV ⓘ

8.9.3.46.1 语义定义(Semantic definition)

平面是在 xy 方向上无界的曲面。有界平面通过使用 IfcBoundedSurface 的子类型来定义,其 BasisSurface 为平面。

  C = Position.Location
  x = Position.P[1]
  y = Position.P[2]
  z = Position.P[3] => 平面法向量
曲面参数化表示为:
公式 其中参数范围为 -∞ < u,v < ∞。在上述参数化中,单位向量 xy 的长度单位源自平面的上下文。
Figure 8.9.3.46.A

继承属性的解释如下:

8.9.3.46.2 实体继承(Entity inheritance)

8.9.3.46.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,例如,为几何曲线提供曲线样式,包括颜色和厚度。

IfcSurface (1)
* Dim IfcDimensionCount

此属性是形式化派生的

3

IfcSurface 的空间维度。它始终是三维几何表示项。

点击显示 3 个隐藏的继承特性 点击隐藏 3 个继承特性
IfcElementarySurface (1)
1 Position IfcAxis2Placement3D

曲面的位置和方向。该属性用于定义曲面的参数化。

表 8.9.3.46.B

8.9.3.46.4 形式化表示(Formal representation)

ENTITY IfcPlane
 SUBTYPE OF (IfcElementarySurface);
END_ENTITY;

8.9.3.46.5 参考文献