6.1.2.9 IfcCurtainWallTypeEnum(幕墙类型枚举)
6.1.2.9.1 语义定义(Semantic definition)
此枚举定义了可以使用枚举值预定义的幕墙的有效类型。
6.1.2.9.2 类型值(Type values)
| 类型(Type) | 描述(Description) |
|---|---|
USERDEFINED
| |
NOTDEFINED
|
6.1.2.9.3 形式化表示(Formal representation)
TYPE IfcCurtainWallTypeEnum = ENUMERATION OF
(USERDEFINED
,NOTDEFINED);
END_TYPE;