Salome HOME
Issue #2023: Crash during a rotation after an intersection
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Placement.cpp
index c28d769d0e073a8c88b33b3e2d09bb9e427e4c55..0039d750d4ab0d6e7e30a161961d67e15fb3fc7f 100644 (file)
@@ -193,11 +193,10 @@ void FeaturesPlugin_Placement::loadNamingDS(GeomAlgoAPI_Transform& theTransformA
   //load result
   theResultBody->storeModified(theBaseShape, theTransformAlgo.shape());
 
-  int aPlacedTag = 1;
   std::string aPlacedName = "Placed";
   std::shared_ptr<GeomAPI_DataMapOfShapeShape> aSubShapes = theTransformAlgo.mapOfSubShapes();
 
   FeaturesPlugin_Tools::storeModifiedShapes(theTransformAlgo, theResultBody,
-                                            theBaseShape, aPlacedTag, aPlacedName,
+                                            theBaseShape, 1, 2, 3, aPlacedName,
                                             *aSubShapes.get());
 }