 
|  | Point Or Vertex Point | 
|  | Point ou sommet | 
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.
HISTORY New select type in IFC2x3.
| Type | Description | 
|---|---|
| IfcPoint | |
| IfcVertexPoint | 
 <xs:group name="IfcPointOrVertexPoint">
  <xs:choice>
   <xs:element ref="ifc:IfcPoint"/>
   <xs:element ref="ifc:IfcVertexPoint"/>
  </xs:choice>
 </xs:group>
TYPE IfcPointOrVertexPoint = SELECT (
 IfcPoint, 
 IfcVertexPoint);
END_TYPE;
 References: IfcConnectionPointGeometry
  References: IfcConnectionPointGeometry