]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Update groups merging (issue #933)
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 3197bd6da5e4bba09f3ebfad981dabe71d5168a7..79181c38288d709e769fe9e4152fa2d37e842d65 100644 (file)
@@ -133,6 +133,12 @@ class SketchSolver_Group
    */
   bool resolveConstraints();
 
+  /** \brief Collect all features applicable for the sketch
+   *  \param theObjects  list of features
+   *  \return list of bolted and sorted features
+   */
+  static std::list<FeaturePtr> selectApplicableFeatures(const std::set<ObjectPtr>& theObjects);
+
 protected:
   /** \brief Removes constraints from the group
    *  \param[in] theConstraint constraint to be removed