Salome HOME
Issue #738 select point by mouse change predefined coordinates of connected object
[modules/shaper.git] / src / SketchPlugin / SketchPlugin_Sketch.h
index c9c474f734b14e4052942bffd4f10ccdcd252418..ab0bcd6ad9f0a31952c8e86ab4dd433edc535d78 100644 (file)
@@ -82,13 +82,6 @@ class SketchPlugin_Sketch : public ModelAPI_CompositeFeature, public GeomAPI_ICu
   {
   }
 
-  /// Return the distance between the feature and the point
-  /// \param thePoint the point
-  virtual double distanceToPoint(const std::shared_ptr<GeomAPI_Pnt2d>& thePoint)
-  {
-    return 0;
-  }
-
   /// Converts a 2D sketch space point into point in 3D space
   /// \param theX an X coordinate
   /// \param theY an Y coordinate