X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_Rotation.cpp;h=9ba830b83b603144021b4cbe62eee553cd8b3cc6;hb=8f060aedd5949990421a96e3b4086f43efa13d24;hp=614264603a7f9eb0defbe0a3b4c3f839d090213d;hpb=6284a96122ff7015a9fff8f2842eb9d8a884f643;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_Rotation.cpp b/src/FeaturesPlugin/FeaturesPlugin_Rotation.cpp index 614264603..9ba830b83 100755 --- a/src/FeaturesPlugin/FeaturesPlugin_Rotation.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Rotation.cpp @@ -132,7 +132,7 @@ void FeaturesPlugin_Rotation::loadNamingDS(GeomAlgoAPI_Rotation& theRotaionAlgo, std::string aRotatedName = "Rotated"; std::shared_ptr aSubShapes = theRotaionAlgo.mapOfSubShapes(); - FeaturesPlugin_Tools::storeModifiedShapes(theRotaionAlgo, theResultBody, - theBaseShape, aRotatedTag, aRotatedName, + FeaturesPlugin_Tools::storeModifiedShapes(theRotaionAlgo, theResultBody, + theBaseShape, aRotatedTag, aRotatedName, *aSubShapes.get()); }