Salome HOME
Using shape selected for sketcher
[modules/shaper.git] / src / SketchSolver / SketchSolver_ConstraintLength.h
index 5d0583752c2dd4634de75fd37299732a3e992e66..7f91d7e3a33c74ccd37939b715a4dc8877788311 100644 (file)
@@ -27,6 +27,10 @@ public:
 protected:
   /// \brief Converts SketchPlugin constraint to a list of SolveSpace constraints
   virtual void process();
+
+  /// \brief This method is used in derived objects to check consistence of constraint.
+  ///        E.g. the distance between line and point may be signed.
+  virtual void adjustConstraint();
 };
 
 #endif