Salome HOME
Improve rigid constraint presentation
[modules/shaper.git] / src / SketcherPrs / SketcherPrs_Tools.h
index e913a2fd696f11464e5243e7c04a17b4aee87996..3cde3ea2a6e32dd95337a71b97b30baaff23fa39 100644 (file)
@@ -20,7 +20,7 @@ namespace SketcherPrs_Tools {
   ObjectPtr getResult(SketchPlugin_Constraint* theFeature,
                       const std::string& theAttrName);
 
-  std::shared_ptr<GeomAPI_Shape> getLine(ObjectPtr theObject);
+  std::shared_ptr<GeomAPI_Shape> getShape(ObjectPtr theObject);
 
   std::shared_ptr<GeomAPI_Pnt2d> getPoint(SketchPlugin_Constraint* theFeature,
                                           const std::string& theAttrName);