7.1.2.9 IfcWindowStyleOperationEnum
7.1.2.9.1 Semantic definition
This enumeration defines the basic configuration of the window type in terms of the number of window panels and the subdivision of the total window. The window configurations are given for windows with one, two or three panels (including fixed panels) as shown in Figure 1.
Windows which are subdivided into more than three panels have to be defined by the geometry only. The type of such windows is USERDEFINED.
Note:
- The way how each panel operates is defined at the IfcWindowPanelProperties.OperationType.
- The reference from the window panel to the location of that panel in the window style configuration is handled by the IfcWindowPanelProperties.PanelPosition.
- The figures/ are shown as elevations in the XZ plane of the local placement of the window, looking into the direction of the positive Y axis.
- These figures/ are only shown as illustrations
7.1.2.9.2 Type values
7.1.2.9.3 Formal representation
TYPE IfcWindowStyleOperationEnum = ENUMERATION OF
(DOUBLE_PANEL_HORIZONTAL
,DOUBLE_PANEL_VERTICAL
,SINGLE_PANEL
,TRIPLE_PANEL_BOTTOM
,TRIPLE_PANEL_HORIZONTAL
,TRIPLE_PANEL_LEFT
,TRIPLE_PANEL_RIGHT
,TRIPLE_PANEL_TOP
,TRIPLE_PANEL_VERTICAL
,USERDEFINED
,NOTDEFINED);
END_TYPE;