IfcModulusOfTranslationalSubgradeReactionSelect

Natural language names
Modulus Of Translational Subgrade Reaction Select
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcModulusOfTranslationalSubgradeReactionSelectADDED
Semantic definitions at the type
Type definition

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.
Select definition
TypeDescription
IfcBoolean
IfcModulusOfLinearSubgradeReactionMeasure
Formal representations
XML Specification
 <xs:group name="IfcModulusOfTranslationalSubgradeReactionSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcBoolean-wrapper"/>
   <xs:element ref="ifc:IfcModulusOfLinearSubgradeReactionMeasure-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcModulusOfTranslationalSubgradeReactionSelect = SELECT (
 IfcBoolean,
 IfcModulusOfLinearSubgradeReactionMeasure);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcBoundaryEdgeCondition

Link to this page  Link to this page