6.1.2.15 IfcRampFlightTypeEnum(坡道段类型枚举)
6.1.2.15.1 语义定义(Semantic definition)
此枚举定义了可以进一步指定 IfcRampFlight 或 IfcRampFlightType 对象的坡道梯段的不同类型。
6.1.2.15.2 类型值
| 类型 | 描述 |
|---|---|
SPIRAL
| |
STRAIGHT
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.15.3 形式化表示(Formal representation)
TYPE IfcRampFlightTypeEnum = ENUMERATION OF
(SPIRAL
,STRAIGHT
,USERDEFINED
,NOTDEFINED);
END_TYPE;