enum IfcDoorPanelOperationEnum {
kIfcDoorPanelOperationEnum_SWINGING,
kIfcDoorPanelOperationEnum_DOUBLE_ACTING,
kIfcDoorPanelOperationEnum_SLIDING,
kIfcDoorPanelOperationEnum_FOLDING,
kIfcDoorPanelOperationEnum_REVOLVING,
kIfcDoorPanelOperationEnum_ROLLINGUP,
kIfcDoorPanelOperationEnum_USERDEFINED,
kIfcDoorPanelOperationEnum_NOTDEFINED,
kIfcDoorPanelOperationEnum_unset
};