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