X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Placement.cpp;h=d38f20c199adcb499e626d865ff4ea37647563d2;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=a8e4b4138432ec11bf105c68f40cee609bba59ca;hpb=88df92abc27770d90e2470ab9912b237a56956db;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Placement.cpp b/src/FeaturesPlugin/FeaturesPlugin_Placement.cpp index a8e4b4138..d38f20c19 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Placement.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Placement.cpp @@ -194,11 +194,11 @@ void FeaturesPlugin_Placement::LoadNamingDS(GeomAlgoAPI_Transform& theTransformA //load result theResultBody->storeModified(theSlaveObject, theTransformAlgo.shape()); // the initial Slave, the resulting Slave - std::shared_ptr aSubShapes = theTransformAlgo.mapOfShapes(); + std::shared_ptr aSubShapes = theTransformAlgo.mapOfSubShapes(); // put modifed faces in DF std::string aModName = "Modified"; - theResultBody->loadAndOrientModifiedShapes(theTransformAlgo.makeShape().get(), - theSlaveObject, _FACE, - _MODIFIEDF_TAG, aModName, *aSubShapes.get()); + theResultBody->loadAndOrientModifiedShapes(&theTransformAlgo, + theSlaveObject, _FACE, + _MODIFIEDF_TAG, aModName, *aSubShapes.get()); }