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
 | 
 A rooflike shelter of canvas or other material extending over a doorway, from the top of a window, over a deck, or similar, in order to provide protection, as from the sun.  | 
JALOUSIE
 | 
 A blind with adjustable horizontal slats for admitting light and air while excluding direct sun and rain.  | 
SHUTTER
 | 
 A mechanical device that limits the passage of light. Often used as a a solid or louvered movable cover for a window.  | 
USERDEFINED
 | 
 No description available.  | 
NOTDEFINED
 | 
 No description available.  | 
6.1.2.18.3 Formal representation
TYPE IfcShadingDeviceTypeEnum = ENUMERATION OF
	(AWNING
	,JALOUSIE
	,SHUTTER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;