From 24f130ac94898ff587b5516da4606ca82e697d61 Mon Sep 17 00:00:00 2001 From: nds Date: Thu, 5 May 2016 14:18:52 +0300 Subject: [PATCH] Projection operation prs should use as attribute selected shape. --- src/SketchPlugin/SketchPlugin_Projection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SketchPlugin/SketchPlugin_Projection.cpp b/src/SketchPlugin/SketchPlugin_Projection.cpp index 5cccf4c2b..36df5bb1e 100644 --- a/src/SketchPlugin/SketchPlugin_Projection.cpp +++ b/src/SketchPlugin/SketchPlugin_Projection.cpp @@ -193,7 +193,7 @@ void SketchPlugin_Projection::computeProjection(const std::string& theID) } if (theID == EXTERNAL_FEATURE_ID()) { - selection(EXTERNAL_ID())->setValue(aExtFeature->context(), aExtFeature->context()->shape()); + selection(EXTERNAL_ID())->setValue(aExtFeature->context(), aExtFeature->value()); if (aResult) { aResult->setShape(aProjection->lastResult()->shape()); -- 2.39.2