]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Fix undo-redo problems on Fillet construction
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 30d675c636c949733e4c03f39736eef051b32631..534d48051b4ee4dac9185f58af6fdc0717ebfa0a 100644 (file)
@@ -70,6 +70,9 @@ class SketchSolver_Group
     return mySketch->data() && mySketch->data()->isValid();
   }
 
+  /// \brief Verifies the constraint is complex, i.e. it needs another constraints to be created before
+  static bool isComplexConstraint(FeaturePtr theConstraint);
+
   /** \brief Adds or updates a constraint in the group
    *  \param[in] theConstraint constraint to be changed
    *  \return \c true if the constraint added or updated successfully