Modulus Of Translational Subgrade Reaction Select |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcModulusOfTranslationalSubgradeReactionSelect | ADDED |
A measure for modulus of translational subgrade reaction which expresses the translational bedding of a structural curve item per length. TRUE denotes infinite stiffness (rigidity). FALSE denotes no stiffness (a release). A numeric value denotes finite linear-elastic stiffness.
HISTORY New type in IFC4.
Constant | Description |
---|---|
IfcBoolean | |
IfcModulusOfLinearSubgradeReactionMeasure |
<xs:group name="IfcModulusOfTranslationalSubgradeReactionSelect">
<xs:choice>
<xs:element ref="ifc:IfcBoolean-wrapper"/>
<xs:element ref="ifc:IfcModulusOfLinearSubgradeReactionMeasure-wrapper"/>
</xs:choice>
</xs:group>
TYPE IfcModulusOfTranslationalSubgradeReactionSelect = SELECT (
IfcBoolean,
IfcModulusOfLinearSubgradeReactionMeasure);
END_TYPE;