enum IfcWindowStyleOperationEnum {
kIfcWindowStyleOperationEnum_SINGLE_PANEL,
kIfcWindowStyleOperationEnum_DOUBLE_PANEL_VERTICAL,
kIfcWindowStyleOperationEnum_DOUBLE_PANEL_HORIZONTAL,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_VERTICAL,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_BOTTOM,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_TOP,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_LEFT,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_RIGHT,
kIfcWindowStyleOperationEnum_TRIPLE_PANEL_HORIZONTAL,
kIfcWindowStyleOperationEnum_USERDEFINED,
kIfcWindowStyleOperationEnum_NOTDEFINED,
kIfcWindowStyleOperationEnum_unset
};