Salome HOME
Roll back the modification, not yet approved
[modules/shaper.git] / src / Model / Model_Update.cpp
index 93205e353fbcb3c23a4b50db0c7326f1256e6acc..fe86d7a28adceca6f28310204c29155bbf6ce631 100644 (file)
@@ -298,7 +298,9 @@ void Model_Update::updateFeature(FeaturePtr theFeature)
     if (!iterateUpdate(aCompos))
       return; // iteration was interrupted, so, interrupt the update of this feature (it will be done later)
     // reupdate arguments of composite feature: it may be changed during subs execution
-    if (theFeature->data()->execState() != ModelAPI_StateMustBeUpdated)
+
+    // issue 955: extrusion fuse sketch naming must be updated after the sketch update 
+    // so, comment this: if (theFeature->data()->execState() != ModelAPI_StateMustBeUpdated)
       updateArguments(theFeature);
   }
   // this checking must be after the composite feature sub-elements processing: