X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Tools.h;h=3cde3ea2a6e32dd95337a71b97b30baaff23fa39;hb=68420e410a9846ec7dcb2f4645030455bc374288;hp=5a932956044589e7e6194be81e4eb42d59167d82;hpb=694482299ca580d780c221cc6a3e7574e59fd2c3;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Tools.h b/src/SketcherPrs/SketcherPrs_Tools.h index 5a9329560..3cde3ea2a 100644 --- a/src/SketcherPrs/SketcherPrs_Tools.h +++ b/src/SketcherPrs/SketcherPrs_Tools.h @@ -8,16 +8,19 @@ #define SketcherPrs_Tools_H #include "SketcherPrs.h" -#include +#include #include +#include #include class SketchPlugin_Constraint; namespace SketcherPrs_Tools { - std::shared_ptr getLine(SketchPlugin_Constraint* theFeature, - const std::string& theAttrName); + ObjectPtr getResult(SketchPlugin_Constraint* theFeature, + const std::string& theAttrName); + + std::shared_ptr getShape(ObjectPtr theObject); std::shared_ptr getPoint(SketchPlugin_Constraint* theFeature, const std::string& theAttrName);