X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_RevolutionSketch.cpp;h=1835080571091bc69b137f06003ac72c3cfdc90f;hb=4fc2dc9fdc0c14fab5f2780598eccdc1368d81b9;hp=b2acb5c920dfb3b53728fd1deeb611810659b56c;hpb=a94908a12c7428994444fe4f5202461a94390b1d;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.cpp b/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.cpp index b2acb5c92..183508057 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_RevolutionSketch.cpp @@ -43,11 +43,7 @@ void FeaturesPlugin_RevolutionSketch::initMakeSolidsAttributes() //================================================================================================= void FeaturesPlugin_RevolutionSketch::makeSolid(const std::shared_ptr theFace, - std::shared_ptr& theResult, - ListOfShape& theFromFaces, - ListOfShape& theToFaces, - std::shared_ptr& theMakeShape, - std::shared_ptr& theDataMap) + std::shared_ptr& theMakeShape) { //Getting axis. std::shared_ptr anAxis; @@ -104,9 +100,5 @@ void FeaturesPlugin_RevolutionSketch::makeSolid(const std::shared_ptrshape(); - theFromFaces = aRevolAlgo->fromFaces(); - theToFaces = aRevolAlgo->toFaces(); theMakeShape = aRevolAlgo; - theDataMap = aRevolAlgo->mapOfSubShapes(); }