IfcWarpingStiffnessSelect
刚度的量度。TRUE表示无限刚度(刚度)。FALSE表示没有刚度(释放)。数值表示有限的线弹性刚度。
IFC4中的增加的新类型。
Enumeration definition
| Constant | Description |
|---|---|
| IfcBoolean | |
| IfcWarpingMomentMeasure |
EXPRESS Specification
TYPE IfcWarpingStiffnessSelect = SELECT (
IfcBoolean,
IfcWarpingMomentMeasure);
END_TYPE;
########################