Salome HOME
Eliminate regression in "Multi" constraints (issue #1185)
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMovement.h
index ba119beaadf2f6bc7cab53469949838d3b9a19c3..93b2ea001f756e2e41b544bb30070f773556c8c1 100644 (file)
@@ -28,6 +28,10 @@ public:
     : SketchSolver_ConstraintFixed(theFeature)
   {}
 
+  /// \brief Tries to remove constraint
+  /// \return \c false, if current constraint contains another SketchPlugin constraints (like for multiple coincidence)
+  virtual bool remove();
+
 protected:
   /// \brief Converts SketchPlugin constraint to a list of SolveSpace constraints
   virtual void process();