IFC 4.3.2.20260714 (IFC4X3_ADD2) under development

8.7.2.6 IfcPointOrVertexPoint(点或顶点)

8.7.2.6.1 语义定义

IfcPointOrVertexPoint 提供了在几何模型中选择几何点(IfcPoint 及其子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。

沿革 在 IFC2x3 中新增的选择类型。

8.7.2.6.2 类型值

类型
IfcPoint
IfcVertexPoint
表 8.7.2.6.A

8.7.2.6.3 形式化表示

TYPE IfcPointOrVertexPoint = SELECT
	(IfcPoint
	,IfcVertexPoint);
END_TYPE;

8.7.2.6.4 参考