]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_Group.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index 6c842caef88abe089d656a351e7f30c0b03c8529..507386d03e9928b83b0c578333422b25ec10b097 100644 (file)
@@ -145,9 +145,7 @@ protected:
    */
   void removeConstraint(ConstraintPtr theConstraint);
 
-  /** \brief Remove all temporary constraint after computation finished
-   *  \param[in] theRemoved  indexes of constraints to be removed. If empty, all temporary constraints should be deleted
-   */
+  /// \brief Remove all temporary constraint after computation finished
   void removeTemporaryConstraints();
 
 private:
@@ -169,6 +167,9 @@ private:
   /// \brief Update just changed constraints
   void updateConstraints();
 
+  /// \brief Update Multi-Translation/-Rotation constraints due to multi coincidence appears/disappears
+  void notifyMultiConstraints();
+
 private:
   Slvs_hGroup myID; ///< Index of the group
   Slvs_hEntity myWorkplaneID; ///< Index of workplane, the group is based on