Salome HOME
Merge branch 'master' into Dev_1.1.0
[modules/shaper.git] / src / PartSet / PartSet_Constants.h
index 95b28bd003d80ada709fbd2d9164a328616cedc2..4d37dfb2b69ce86c6d274fc86abf157369eb6fb0 100644 (file)
@@ -1,3 +1,5 @@
+// Copyright (C) 2014-20xx CEA/DEN, EDF R&D
+
 // File:        PartSet_Tools.h
 // Created:     04 Jun 2014
 // Author:      Natalia ERMOLAEVA
@@ -9,13 +11,7 @@
 
 /// 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
-};
-
+////const int CONSTRAINT_TEXT_HEIGHT = 28; /// the text height of the constraint
+////const int CONSTRAINT_TEXT_SELECTION_TOLERANCE = 20; /// the text selection tolerance
 
 #endif