X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSketcherPrs%2FSketcherPrs_Tools.h;h=3cde3ea2a6e32dd95337a71b97b30baaff23fa39;hb=7f873aed4bae5a98dca078209699b54276b46fce;hp=ac779d38e6cf8d3d02f2c02de79e610d64fd0351;hpb=71862c3b2c0e78ef927520985f68c5ffa2916b78;p=modules%2Fshaper.git diff --git a/src/SketcherPrs/SketcherPrs_Tools.h b/src/SketcherPrs/SketcherPrs_Tools.h index ac779d38e..3cde3ea2a 100644 --- a/src/SketcherPrs/SketcherPrs_Tools.h +++ b/src/SketcherPrs/SketcherPrs_Tools.h @@ -10,14 +10,17 @@ #include "SketcherPrs.h" #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);