Navigation
Navigate Navigate Navigate Navigate Navigate Navigate

IfcPointOrVertexPoint

Definition from IAI: The 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.

SELECT
HISTORY  New select type in IFC2x Edition 3.

EXPRESS specification:

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