7.5.2.2 IfcAirTerminalTypeEnum(空气末端类型枚举)
7.5.2.2.1 语义定义(Semantic definition)
定义空气末端装置功能类型的枚举。
7.5.2.2.2 类型值
| 类型 | 描述 |
|---|---|
DIFFUSER
| |
GRILLE
| |
LOUVRE
| |
REGISTER
| |
USERDEFINED
| |
NOTDEFINED
|
7.5.2.2.3 形式化表示(Formal representation)
TYPE IfcAirTerminalTypeEnum = ENUMERATION OF
(DIFFUSER
,GRILLE
,LOUVRE
,REGISTER
,USERDEFINED
,NOTDEFINED);
END_TYPE;