Salome HOME
Removed some redundant names.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Intersection.cpp
index 73dec6b8a6fd486a3ee8ce9c1540277764c28c68..b5fd9982b875dbafe8d635575e5724b9f3af1791 100644 (file)
@@ -142,12 +142,7 @@ void FeaturesPlugin_Intersection::loadNamingDS(std::shared_ptr<ModelAPI_ResultBo
         continue;
       }
       if(aShapesMap.isBound(aSubShape)) {
-        theResultBody->modified(aShapesMap.find(aSubShape),
-          aSubShape,
-          std::string("Modified_")
-            + (anIndex == 0 ? "Vertex_" : "Edge_")
-            + std::to_string((long long)(anIndex == 0 ? aModifiedVertexIndex++
-                                                      : aModifiedEdgeIndex++)));
+        theResultBody->modified(aShapesMap.find(aSubShape), aSubShape);
       } else {
         theResultBody->generated(
           aSubShape,