7.1.2.4 IfcWindowPanelOperationEnum
7.1.2.4.1 Semantic definition
This enumeration defines the basic ways to describe how window panels operate, as shown in Figure 7.1.2.4.A.
The opening direction of the window panels is given by the local placement of the IfcWindow. The positive y-axis determines the direction as shown in Figure 7.1.2.4.A.
Note:
- Figures are shown as viewed from the outside (in direction of the positive y-axis).
- Figures (symbolic representation) depend on the national building code
- These figures/ are only shown as illustrations
7.1.2.4.2 Type values
Type | Description |
---|---|
BOTTOMHUNG
|
Panel is bottom hung. |
FIXEDCASEMENT
|
Panel is fixed. |
OTHEROPERATION
|
Other. |
PIVOTHORIZONTAL
|
Panel is swinging horizontally (hinges are in the middle). |
PIVOTVERTICAL
|
Panel is swinging vertically (hinges are in the middle). |
REMOVABLECASEMENT
|
Panel is removable. |
SIDEHUNGLEFTHAND
|
Panel that opens to the left when viewed from the outside. |
SIDEHUNGRIGHTHAND
|
Panel that opens to the right when viewed from the outside. |
SLIDINGHORIZONTAL
|
Panel is sliding horizontally. |
SLIDINGVERTICAL
|
Panel is sliding vertically. |
TILTANDTURNLEFTHAND
|
Panel that opens to the left and is bottom hung. |
TILTANDTURNRIGHTHAND
|
Panel that opens to the right and is bottom hung. |
TOPHUNG
|
Panel is top hung. |
NOTDEFINED
|
Undefined. |
7.1.2.4.3 Formal representation
TYPE IfcWindowPanelOperationEnum = ENUMERATION OF
(BOTTOMHUNG
,FIXEDCASEMENT
,OTHEROPERATION
,PIVOTHORIZONTAL
,PIVOTVERTICAL
,REMOVABLECASEMENT
,SIDEHUNGLEFTHAND
,SIDEHUNGRIGHTHAND
,SLIDINGHORIZONTAL
,SLIDINGVERTICAL
,TILTANDTURNLEFTHAND
,TILTANDTURNRIGHTHAND
,TOPHUNG
,NOTDEFINED);
END_TYPE;