]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Issue #435: Fix initial positions of base entities of mirror constraint
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index dceff0581bcc2cf69baa1080e1f6505fed21253e..30d675c636c949733e4c03f39736eef051b32631 100644 (file)
@@ -16,7 +16,7 @@
 #include <SketchPlugin_Constraint.h>
 #include <ModelAPI_Data.h>
 #include <ModelAPI_Feature.h>
-
+#include <ModelAPI_AttributeRefList.h>
 
 #include <memory>
 #include <list>
@@ -148,6 +148,9 @@ private:
    */
   bool addWorkplane(CompositeFeaturePtr theSketch);
 
+  /// \brief Apply temporary rigid constraints for the list of features
+  void fixFeaturesList(AttributeRefListPtr theList);
+
 private:
   Slvs_hGroup myID; ///< Index of the group
   Slvs_hEntity myWorkplaneID; ///< Index of workplane, the group is based on