6.1.2.18 IfcShadingDeviceTypeEnum
6.1.2.18.1 Semantic definition
This enumeration defines the valid types of IfcShadingDevice or IfcShadingDeviceType that can be predefined using the enumeration values.
6.1.2.18.2 Type values
| Type | Description |
|---|---|
AWNING
| |
JALOUSIE
| |
SHUTTER
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.18.3 Formal representation
TYPE IfcShadingDeviceTypeEnum = ENUMERATION OF
(AWNING
,JALOUSIE
,SHUTTER
,USERDEFINED
,NOTDEFINED);
END_TYPE;