]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Make the group parametrics back
authormpv <mpv@opencascade.com>
Fri, 6 Feb 2015 06:46:11 +0000 (09:46 +0300)
committermpv <mpv@opencascade.com>
Fri, 6 Feb 2015 06:46:11 +0000 (09:46 +0300)
src/Model/Model_AttributeSelection.cpp

index b6bbd8e153894b384a4e6b7bd64c98f536a7a62c..b0b4d4b41d685bfab772d7c9875450b298100b0a 100644 (file)
@@ -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()) {