IFC 4.3.2.20251031 (IFC4X3_ADD2) under development

8.7.2.6 IfcPointOrVertexPoint(点或顶点)

8.7.2.6.1 语义定义(Semantic definition)

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

8.7.2.6.2 类型值

类型
IfcPoint
IfcVertexPoint
表 8.7.2.6.A

8.7.2.6.3 形式化表示(Formal representation)

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

8.7.2.6.4 参考文献