]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Solver.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver_Solver.h
index 46e83afd0bf8f6b9eaffdbab6f8bccde08cde368..f90d71fd2f816d3f66f38e41585137e8324eb645 100644 (file)
@@ -75,6 +75,11 @@ class SketchSolver_Solver
    */
   void setDraggedParameters(const Slvs_hParam* theDragged);
 
+  /** \brief Set or unset the flag which allows to find all failed constraints
+   */
+  void calculateFailedConstraints(bool theSic)
+  { myEquationsSystem.calculateFaileds = theSic ? 1 : 0; }
+
   /** \brief Solve the set of equations
    *  \return identifier whether solution succeeded
    */