Warping Stiffness Select |
Item | SPF | XML | Change | Description | IFC2x3 to IFC4 |
---|---|---|---|---|
IfcWarpingStiffnessSelect | ADDED |
A measure of warping 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 | |
IfcWarpingMomentMeasure |
<xs:group name="IfcWarpingStiffnessSelect">
<xs:choice>
<xs:element ref="ifc:IfcBoolean-wrapper"/>
<xs:element ref="ifc:IfcWarpingMomentMeasure-wrapper"/>
</xs:choice>
</xs:group>
TYPE IfcWarpingStiffnessSelect = SELECT (
IfcBoolean,
IfcWarpingMomentMeasure);
END_TYPE;