7.1.2.3 IfcPermeableCoveringOperationEnum(可渗透覆盖物操作-枚举)
7.1.2.3.1 语义定义(Semantic definition)
此枚举定义了可渗透覆盖物的有效类型。
7.1.2.3.2 类型值
| 类型 | 描述 |
|---|---|
GRILL
| |
LOUVER
| |
SCREEN
| |
USERDEFINED
| |
NOTDEFINED
|
7.1.2.3.3 形式化表示(Formal representation)
TYPE IfcPermeableCoveringOperationEnum = ENUMERATION OF
(GRILL
,LOUVER
,SCREEN
,USERDEFINED
,NOTDEFINED);
END_TYPE;