8.7.2.6 IfcPointOrVertexPoint
8.7.2.6.1 Semantic definition
IfcPointOrVertexPoint provides the option to either select a geometric point (IfcPoint and subtypes) within a geometric model, or a vertex with associated point coordinates (IfcVertexPoint) within a topological model.
8.7.2.6.2 Type values
8.7.2.6.3 Formal representation
TYPE IfcPointOrVertexPoint = SELECT
(IfcPoint
,IfcVertexPoint);
END_TYPE;