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