X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Tools.h;h=b2ed89c5bdc56689593a691628fc3dc9603c2df8;hb=2452f6e679a2c0a4f261dac25e4b6592f0a540c1;hp=bda6b2a73e9559e987df4028ea4ffe2076ae91a8;hpb=b22750964ffd024837e6fa2fca7aeba4804a4666;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Tools.h b/src/SketcherPrs/SketcherPrs_Tools.h index bda6b2a73..b2ed89c5b 100644 --- a/src/SketcherPrs/SketcherPrs_Tools.h +++ b/src/SketcherPrs/SketcherPrs_Tools.h @@ -62,7 +62,10 @@ enum SelectionModes { SKETCHERPRS_EXPORT void setArrowSize(double theSize); - SKETCHERPRS_EXPORT double getFlyoutDistance(const ModelAPI_Feature* theConstraint, + SKETCHERPRS_EXPORT double getFlyoutDistance(const ModelAPI_Feature* theConstraint); + + SKETCHERPRS_EXPORT std::shared_ptr getAnchorPoint( + const ModelAPI_Feature* theConstraint, const std::shared_ptr& thePlane); };