]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_BooleanFuse.cpp
Salome HOME
Task 5.1.4 Join 2 features "fuse" and "union" into one feature (issue #3062)
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_BooleanFuse.cpp
index 9fccd0f081b8bb658a857dc494db4b09db7eed40..5013a68bc44c1d925e533bbc7de385906c39a484 100644 (file)
@@ -115,8 +115,7 @@ void FeaturesPlugin_BooleanFuse::execute()
   // in boolean operation and will be added to result.
   ListOfShape aShapesToAdd;
   for (ObjectHierarchy::Iterator anObjectsIt = anObjectsHierarchy.Begin();
-       !isSimpleCreation && anObjectsIt != anObjectsHierarchy.End();
-       ++anObjectsIt) {
+       anObjectsIt != anObjectsHierarchy.End(); ++anObjectsIt) {
     GeomShapePtr anObject = *anObjectsIt;
     GeomShapePtr aParent = anObjectsHierarchy.Parent(anObject, false);