Salome HOME
Move generation of AIS presentation into SketchPlugin
[modules/shaper.git] / src / PartSet / PartSet_Constants.h
index 95b28bd003d80ada709fbd2d9164a328616cedc2..f55b58048ac9a6cf20b3f6a946ded91eebd2e631 100644 (file)
@@ -14,8 +14,12 @@ enum PartSet_SelectionMode
 {
   SM_FirstPoint,
   SM_SecondPoint,
+  SM_ThirdPoint,
+  SM_LastPoint,
   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