IfcPointOrVertexPoint

Natural language names
enPoint Or Vertex Point
frPoint ou sommet
Semantic definitions at the type
Type 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.

HISTORY  New select type in IFC2x3.
Enumeration definition
ConstantDescription
IfcPoint
IfcVertexPoint
Formal representations
XSD Specification
 <xs:group name="IfcPointOrVertexPoint">
  <xs:choice>
   <xs:element ref="ifc:IfcPoint"/>
   <xs:element ref="ifc:IfcVertexPoint"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcPointOrVertexPoint = SELECT (
 IfcPoint,
 IfcVertexPoint);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page