Salome HOME
Update the doxygen documentation
[modules/shaper.git] / src / Model / Model_AttributeSelection.cpp
index 33d1b25f5302f26d72bf60d2da27c8e19fbb2710..418cce2f2c9c616d0484a0c77e6ad3fe97bbe8cc 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 = aSelector.Solve(scope()) == Standard_True;
+    bool aResult = true;//aSelector.Solve(scope()) == Standard_True;
     owner()->data()->sendAttributeUpdated(this);
     return aResult;
   } else if (aContext->groupName() == ModelAPI_ResultConstruction::group()) {