8.7.2.6 IfcPointOrVertexPoint(点或顶点)
8.7.2.6.1 语义定义(Semantic definition)
IfcPointOrVertexPoint 提供了在几何模型中选择几何点(IfcPoint 及其子类型)或在拓扑模型中选择具有关联点坐标的顶点(IfcVertexPoint)的选项。
8.7.2.6.2 类型值
8.7.2.6.3 形式化表示(Formal representation)
TYPE IfcPointOrVertexPoint = SELECT
(IfcPoint
,IfcVertexPoint);
END_TYPE;