Salome HOME
Collinear and coinciding point constraints problem (issue #1318)
[modules/shaper.git] / src / SketchSolver / SketchSolver_Group.h
index f814dda84a19e87a8586fd46197b8c8a0a46070b..89a14f49072f636f22721367182e52d385c498a5 100644 (file)
@@ -155,6 +155,10 @@ private:
   /// \brief Verifies is the feature valid
   bool checkFeatureValidity(FeaturePtr theFeature);
 
+  /// \brief Notify all interested constraints that coincidence appears or removed
+  /// \param[in] theCoincidence  coincidence constraint
+  void notifyCoincidenceChanged(SolverConstraintPtr theCoincidence);
+
 private:
   GroupID  myID; ///< Index of the group
   EntityID myWorkplaneID; ///< Index of workplane, the group is based on