IfcBendingParameterSelect

Natural language names
Bending Parameter Select
Sélection des paramètres de courbure
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcBendingParameterSelectADDED
IFC2x3 to IFC4 4.0.0.0
    IfcBendingParameterSelectADDED
Semantic definitions at the type
Type definition

A select type for selecting between simple measure types for reinforcement bending parameters.

HISTORY  New type in IFC4.

Select definition
TypeDescription
IfcLengthMeasure
IfcPlaneAngleMeasure
Formal representations
XML Specification
 <xs:group name="IfcBendingParameterSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcLengthMeasure-wrapper"/>
   <xs:element ref="ifc:IfcPlaneAngleMeasure-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcBendingParameterSelect = SELECT (
 IfcLengthMeasure,
 IfcPlaneAngleMeasure);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcReinforcingBarType IfcReinforcingMeshType

Link to this page  Link to this page