IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.20.3.18 IfcVertex(顶点)

8.20.3.18.1 语义定义(Semantic definition)

非形式化命题

  1. 顶点的维度为0。这是顶点的基本属性。
  2. 顶点的范围被定义为零。

8.20.3.18.2 实体继承(Entity inheritance)

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

表 8.20.3.18.A

8.20.3.18.4 形式化表示(Formal representation)

ENTITY IfcVertex
 SUPERTYPE OF (ONEOF
	(IfcVertexPoint))
 SUBTYPE OF (IfcTopologicalRepresentationItem);
END_ENTITY;

8.20.3.18.5 参考文献