6.1.2.23 IfcWindowTypeEnum
6.1.2.23.1 Semantic definition
This enumeration defines the different predefined types of windows that can further specify an IfcWindow or IfcWindowType.
6.1.2.23.2 Type values
| Type | Description |
|---|---|
LIGHTDOME
| |
SKYLIGHT
| |
WINDOW
| |
USERDEFINED
| |
NOTDEFINED
|
6.1.2.23.3 Formal representation
TYPE IfcWindowTypeEnum = ENUMERATION OF
(LIGHTDOME
,SKYLIGHT
,WINDOW
,USERDEFINED
,NOTDEFINED);
END_TYPE;