]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Send messages if the sketch is failed to solve or solved correctly
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 79f5f9fe04350c2ec7f5f4c7d0bbe9f3ee4342aa..13f614c754cfc3fc8099e434f45b4a428e9c3592 100644 (file)
@@ -168,6 +168,8 @@ private:
   FeatureStoragePtr myFeatureStorage; ///< Container for the set of SketchPlugin features and their dependencies
 
   SketchSolver_Solver myConstrSolver;  ///< Solver for set of equations obtained by constraints
+
+  bool myPrevSolved; ///< Indicates that previous solving was done correctly
 };
 
 #endif