IfcLinearAxisSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x2 to IFC4x3_RC1
    IfcLinearAxisSelectADDED
Semantic definitions at the type
Type definition
Select definition
TypeDescription
IfcLinearAxisWithInclination
IfcCurve
Formal representations
XML Specification
 <xs:group name="IfcLinearAxisSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcCurve"/>
   <xs:element ref="ifc:IfcLinearAxisWithInclination"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcLinearAxisSelect = SELECT (
 IfcLinearAxisWithInclination,
 IfcCurve);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page