IfcWindowPanelPositionEnum
Definition from IAI: This enumeration defines the basic configuration of the window type in terms of the location of window panels. The window configurations are given for windows with one, two or three panels (including fixed panels). It corresponds to the OperationType of the IfcWindowStyle definition, which references the IfcWindowPanelProperties.
Windows which are subdivided into more than three panels have to be defined by the geometry only. The type of such windows is given by an IfcWindowStyle.OperationType = USERDEFINED or NOTDEFINED (see IfcWindowStyleOperationEnum for details).
HISTORY New Enumeration in IFC Release 2.0.
Illustration
Enumerator from IfcWindowStyleOperationEnum | Use of enumerators from IfcWindowPanelPositionEnum | Figure |
DoublePanelVertical | first
IfcWindowPanelProperties with PanelPosition = LEFT second IfcWindowPanelProperties with PanelPosition = RIGHT |
|
DoublePanelHorizontal | first
IfcWindowPanelProperties with PanelPosition = TOP second IfcWindowPanelProperties with PanelPosition = BOTTOM |
|
TriplePanelVertical | first
IfcWindowPanelProperties with PanelPosition = LEFT second IfcWindowPanelProperties with PanelPosition = MIDDLE third IfcWindowPanelProperties with PanelPosition = RIGHT |
|
TriplePanelHorizontal | first
IfcWindowPanelProperties with PanelPosition = TOP second IfcWindowPanelProperties with PanelPosition = MIDDLE third IfcWindowPanelProperties with PanelPosition = BOTTOM |
|
TriplePanelBottom | first
IfcWindowPanelProperties with PanelPosition = LEFT second IfcWindowPanelProperties with PanelPosition = RIGHT third IfcWindowPanelProperties with PanelPosition = BOTTOM |
|
TriplePanelTop | first
IfcWindowPanelProperties with PanelPosition = TOP second IfcWindowPanelProperties with PanelPosition = LEFT third IfcWindowPanelProperties with PanelPosition = RIGHT |
|
TriplePanelLeft | first
IfcWindowPanelProperties with PanelPosition = LEFT second IfcWindowPanelProperties with PanelPosition = TOP third IfcWindowPanelProperties with PanelPosition = BOTTOM |
|
TriplePanelRight | first
IfcWindowPanelProperties with PanelPosition = TOP second IfcWindowPanelProperties with PanelPosition = BOTTOM third IfcWindowPanelProperties with PanelPosition = RIGHT |
NOTE
EXPRESS specification:
|