Salome HOME
Incorrect processing of middle point on line (issue #1511)
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintMiddle.h
index b86e714f5b756816a56d5de6db9c86e76cf64157..fadcadab295093a42f59c7a696feb116f180ce89 100644 (file)
@@ -23,6 +23,10 @@ public:
 
   /// \brief Notify constraint, that coincidence appears or removed
   virtual void notifyCoincidenceChanged(EntityWrapperPtr theCoincAttr1, EntityWrapperPtr theCoincAttr2);
+
+protected:
+  /// \brief This method is used in derived objects to check consistence of constraint.
+  virtual void adjustConstraint();
 };
 
 #endif