Salome HOME
2.17. Improved management of overconstraint situation: Undo correction: SOLVER_ERROR...
[modules/shaper.git] / src / SketchSolver / SketchSolver_Manager.cpp
index 39662623da538a0f816f2691a3e83a96b3db62bf..eb30c034f34601cd1d9c646578e43ff279086bd3 100644 (file)
@@ -163,8 +163,8 @@ void SketchSolver_Manager::processEvent(
         }
         if (!(*aGroupIter)->isConsistent()) {  // some constraints were removed, try to split the group
           (*aGroupIter)->splitGroup(aSeparatedGroups);
-          if (!(*aGroupIter)->getWorkplane()->string(
-              SketchPlugin_Sketch::SOLVER_ERROR())->value().empty())
+          //if (!(*aGroupIter)->getWorkplane()->string(
+          //    SketchPlugin_Sketch::SOLVER_ERROR())->value().empty())
             aGroupsToResolve.push_back(*aGroupIter);
         }
         aGroupIter++;