IfcSegmentIndexSelect

Natural language names
Change log
ItemSPFXMLChangeDescription
IFC4 Addendum 1
    IfcSegmentIndexSelectADDED
Semantic definitions at the type
Type definition

The IfcSegmentIndexSelect provides a choice of different list of indices into a point list.

NOTE  The select type is used for IfcIndexedPolyCurve to point into an IfcCartesianPointList for providing the Cartesian points of linear and circular arc segments of the poly curve.
HISTORY  New Type in IFC4 ADD1
Enumeration definition
ConstantDescription
IfcLineIndex
IfcArcIndex
Formal representations
XSD Specification
 <xs:group name="IfcSegmentIndexSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcArcIndex-wrapper"/>
   <xs:element ref="ifc:IfcLineIndex-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcSegmentIndexSelect = SELECT (
 IfcLineIndex,
 IfcArcIndex);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page