From: mpv Date: Fri, 6 Feb 2015 06:46:11 +0000 (+0300) Subject: Make the group parametrics back X-Git-Tag: V_1.0.0~1^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f5aa6697a92fc66fb03a000fff5001dc884dda4a;p=modules%2Fshaper.git Make the group parametrics back --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index b6bbd8e15..b0b4d4b41 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -192,7 +192,7 @@ bool Model_AttributeSelection::update() if (aContext->groupName() == ModelAPI_ResultBody::group()) { // body: just a named shape, use selection mechanism from OCCT TNaming_Selector aSelector(aSelLab); - bool aResult = true;//aSelector.Solve(scope()) == Standard_True; + bool aResult = aSelector.Solve(scope()) == Standard_True; owner()->data()->sendAttributeUpdated(this); return aResult; } else if (aContext->groupName() == ModelAPI_ResultConstruction::group()) {