]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_Constants.h
Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
[modules/shaper.git] / src / PartSet / PartSet_Constants.h
diff --git a/src/PartSet/PartSet_Constants.h b/src/PartSet/PartSet_Constants.h
new file mode 100644 (file)
index 0000000..95b28bd
--- /dev/null
@@ -0,0 +1,21 @@
+// File:        PartSet_Tools.h
+// Created:     04 Jun 2014
+// Author:      Natalia ERMOLAEVA
+
+#ifndef PartSet_Constants_H
+#define PartSet_Constants_H
+
+#include <ModelAPI_Feature.h>
+
+/// This file contains various constants used in the PartSet module
+
+/// Types of viewer selection in an operation
+enum PartSet_SelectionMode
+{
+  SM_FirstPoint,
+  SM_SecondPoint,
+  SM_DonePoint
+};
+
+
+#endif