]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Do not recalculate constraints if there are invalid features (issue #874)
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 13f614c754cfc3fc8099e434f45b4a428e9c3592..e75accd08dd53a53b0c370b13ec4dd804c0e9ec2 100644 (file)
@@ -157,6 +157,9 @@ private:
   /// \brief Append given constraint to th group of temporary constraints
   void setTemporary(SolverConstraintPtr theConstraint);
 
+  /// \brief Verifies is the feature valid
+  bool checkFeatureValidity(FeaturePtr theFeature);
+
 private:
   Slvs_hGroup myID; ///< Index of the group
   Slvs_hEntity myWorkplaneID; ///< Index of workplane, the group is based on