天天看點

IfcWarpingStiffnessSelect

IfcWarpingStiffnessSelect

剛度的量度。TRUE表示無限剛度(剛度)。FALSE表示沒有剛度(釋放)。數值表示有限的線彈性剛度。

IFC4中的增加的新類型。

Enumeration definition

Constant Description
IfcBoolean
IfcWarpingMomentMeasure

EXPRESS Specification

TYPE IfcWarpingStiffnessSelect = SELECT (
 IfcBoolean,
 IfcWarpingMomentMeasure);
END_TYPE;      

########################