![]()  | Modulus Of Rotational Subgrade Reaction Measure | 
IfcModulusOfRotationalSubgradeReactionMeasure is a measure for modulus of rotational subgrade reaction, which expresses the rotational elastic bedding of a linear structural element per length, such as for a beam. It is typically measured in Nm/(m*rad).
Type: REAL
HISTORY New type in IFC2x2.
 <xs:simpleType name="IfcModulusOfRotationalSubgradeReactionMeasure">
  <xs:restriction base="xs:double"/>
 </xs:simpleType>
 <xs:element name="IfcModulusOfRotationalSubgradeReactionMeasure-wrapper" nillable="true">
  <xs:complexType>
   <xs:simpleContent>
    <xs:extension base="ifc:IfcModulusOfRotationalSubgradeReactionMeasure">
     <xs:attributeGroup ref="ifc:instanceAttributes"/>
    </xs:extension>
   </xs:simpleContent>
  </xs:complexType>
 </xs:element>
TYPE IfcModulusOfRotationalSubgradeReactionMeasure = REAL;
END_TYPE;