IfcTranslationalStiffnessSelect

Natural language names
enTranslational Stiffness Select
frSélection de rigidité de translation
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcTranslationalStiffnessSelectADDED
Semantic definitions at the type
Type definition

A measure of linear 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
IfcLinearStiffnessMeasure
Formal representations
XSD Specification
 <xs:group name="IfcTranslationalStiffnessSelect">
  <xs:choice>
   <xs:element ref="ifc:IfcBoolean-wrapper"/>
   <xs:element ref="ifc:IfcLinearStiffnessMeasure-wrapper"/>
  </xs:choice>
 </xs:group>
EXPRESS Specification
TYPE IfcTranslationalStiffnessSelect = SELECT (
 IfcBoolean,
 IfcLinearStiffnessMeasure);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page