Salome HOME
Simplified calculation of fly out distance and creation of constraints limited only...
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_ConstraintBase.h
index f6f6b07822cee2254a24221a45c956f4a87b401a..dffeed1a36d32afb8496f5bfd6c7b8e8a05ae8ee 100644 (file)
@@ -53,10 +53,6 @@ class SketchPlugin_ConstraintBase : public SketchPlugin_Constraint, public GeomA
   /// \param theDeltaY the delta for Y coordinate is moved
   SKETCHPLUGIN_EXPORT virtual void move(const double theDeltaX, const double theDeltaY);
 
-  /// Return the distance between the feature and the point
-  /// \param thePoint the point
-  virtual double distanceToPoint(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint);
-
  protected:
   /// \brief Use plugin manager for features creation
   SketchPlugin_ConstraintBase()