6.1.2.23 IfcWindowTypeEnum(窗类型枚举)
6.1.2.23.1 语义定义(Semantic definition)
此枚举定义了可进一步指定 IfcWindow 或 IfcWindowType 的预定义窗户类型。
6.1.2.23.2 类型值
| 类型 | 描述 |
|---|---|
LIGHTDOME
| |
SKYLIGHT
| |
WINDOW
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.23.3 形式化表示(Formal representation)
TYPE IfcWindowTypeEnum = ENUMERATION OF
(LIGHTDOME
,SKYLIGHT
,WINDOW
,USERDEFINED
,NOTDEFINED);
END_TYPE;