IfcRotationalStiffnessSelect

Natural language names
enRotational Stiffness Select
frSélection de rigidité rotationnelle
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcRotationalStiffnessSelectADDED
Semantic definitions at the type
Type definition

A measure of rotational stiffness. TRUE denotes infinite stiffness (rigidity). FALSE denotes no stiffness (a release). A numeric value denotes finite linear-elastic stiffness.

HISTORY  New type in IFC4.
Enumeration definition
ConstantDescription
IfcBoolean
IfcRotationalStiffnessMeasure
Formal representations
XSD Specification
 <xs:group name="IfcRotationalStiffnessSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcBoolean-wrapper"/>
   <xs:element ref="ifc:IfcRotationalStiffnessMeasure-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcRotationalStiffnessSelect = SELECT (
 IfcBoolean,
 IfcRotationalStiffnessMeasure);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page