IfcCurveMeasureSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4x3_RC1 to IFC4x3_RC2
    IfcCurveMeasureSelectADDED
Semantic definitions at the type
Type definition
Select definition
TypeDescription
IfcParameterValue
IfcLengthMeasure
Formal representations
XML Specification
 <xs:group name="IfcCurveMeasureSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcLengthMeasure-wrapper"/>
   <xs:element ref="ifc:IfcParameterValue-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcCurveMeasureSelect = SELECT (
 IfcParameterValue,
 IfcLengthMeasure);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcCurveSegment IfcDirectrixCurveSweptAreaSolid IfcPointByDistanceExpression

Link to this page  Link to this page