7.1.2.3 IfcPermeableCoveringOperationEnum
7.1.2.3.1 Semantic definition
This enumeration defines the valid types of permeable coverings.
7.1.2.3.2 Type values
| Type | Description |
|---|---|
GRILL
| |
LOUVER
| |
SCREEN
| |
USERDEFINED
| |
NOTDEFINED
|
7.1.2.3.3 Formal representation
TYPE IfcPermeableCoveringOperationEnum = ENUMERATION OF
(GRILL
,LOUVER
,SCREEN
,USERDEFINED
,NOTDEFINED);
END_TYPE;