Translational Stiffness Select | |
Sélection de rigidité de translation |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcTranslationalStiffnessSelect | ADDED |
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.
Constant | Description |
---|---|
IfcBoolean | |
IfcLinearStiffnessMeasure |
<xs:group name="IfcTranslationalStiffnessSelect">
<xs:choice>
<xs:element ref="ifc:IfcBoolean-wrapper"/>
<xs:element ref="ifc:IfcLinearStiffnessMeasure-wrapper"/>
</xs:choice>
</xs:group>
TYPE IfcTranslationalStiffnessSelect = SELECT (
IfcBoolean,
IfcLinearStiffnessMeasure);
END_TYPE;