enum IfcWindowPanelPositionEnum {
kIfcWindowPanelPositionEnum_LEFT,
kIfcWindowPanelPositionEnum_MIDDLE,
kIfcWindowPanelPositionEnum_RIGHT,
kIfcWindowPanelPositionEnum_BOTTOM,
kIfcWindowPanelPositionEnum_TOP,
kIfcWindowPanelPositionEnum_NOTDEFINED,
kIfcWindowPanelPositionEnum_unset
};