]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/SketchSolver/SketchSolver_ConstraintMulti.h
Salome HOME
Add tools
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMulti.h
index bbc4992be5e72193360b6648280e4b72133264e6..8d30da0e630a580b67fae2a6dcb5e736a9c69693 100644 (file)
@@ -19,6 +19,7 @@
 class SketchSolver_ConstraintMulti : public SketchSolver_Constraint
 {
 public:
+  /// Constructor based on SketchPlugin constraint
   SketchSolver_ConstraintMulti(ConstraintPtr theConstraint) :
       SketchSolver_Constraint(theConstraint),
       myNumberOfObjects(0),
@@ -46,6 +47,9 @@ public:
     SketchSolver_Constraint::refresh();
   }
 
+  /// \brief Verifies, the coincidence between points of copied entities appears or disappears,
+  ///        and removes or adds fixing of corresponding points.
+  void checkCoincidence();
 
 protected:
   /// \brief Converts SketchPlugin constraint to a list of SolveSpace constraints