OpenLexocad  27.1
ViewerType.h
Go to the documentation of this file.
1 #pragma once
2 
3 
4 namespace Core
5 {
6 enum class ViewerType
7 {
8  MAIN_VIEWER = 0, // 3D_VIEWER
9  SECOND_VIEWER = 1, // 2D_TOP_VIEWER
10  THIRD_VIEWER = 2 // 2D_VIEWER //all other 2D views
11 };
12 
13 enum class ViewType
14 {
15  MAIN_VIEW = 0,
16  TOP_VIEW = 1,
17  VERTICAL_VIEW = 2,
19 };
20 } // namespace Core
ViewType
Definition: ViewerType.h:13
Definition: Base.h:12
ViewerType
Definition: ViewerType.h:6