Salome HOME
Removed some redundant names.
[modules/shaper.git] / src / BuildPlugin / BuildPlugin_Shell.cpp
index 9e55284cec355fc841f23b6ccc31ce5a74b3ff49..cc361be5992ace4735b409ceae09bda6426a220c 100644 (file)
@@ -100,12 +100,10 @@ void BuildPlugin_Shell::execute()
           if (aShell->isSubShape(aHistoryShape, false)) {
             aResultBody->loadModifiedShapes(aSewingAlgo,
                                             aFace,
-                                            GeomAPI_Shape::EDGE,
-                                            "Modified_Edge");
+                                            GeomAPI_Shape::EDGE);
             aResultBody->loadModifiedShapes(aSewingAlgo,
                                             aFace,
-                                            GeomAPI_Shape::FACE,
-                                            "Modified_Face");
+                                            GeomAPI_Shape::FACE);
             break;
           }
         }