X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FFeaturesPlugin%2FFeaturesPlugin_ExtrusionSketch.cpp;h=7854fc2511b306dc287c3b99188e5027697d0ab5;hb=3205d0f18200948632155bbe7b640bc1e482243d;hp=94fb46a4c4aa19852895a7ef6f6e7f43c1c38c8a;hpb=2a232230cb243c76c34315623d6e6689f57e83f4;p=modules%2Fshaper.git diff --git a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.cpp b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.cpp index 94fb46a4c..7854fc251 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_ExtrusionSketch.cpp @@ -39,11 +39,7 @@ void FeaturesPlugin_ExtrusionSketch::initMakeSolidsAttributes() //================================================================================================= void FeaturesPlugin_ExtrusionSketch::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 extrusion sizes. double aToSize = 0.0; @@ -87,9 +83,5 @@ void FeaturesPlugin_ExtrusionSketch::makeSolid(const std::shared_ptrshape(); - theFromFaces = aPrismAlgo->fromFaces(); - theToFaces = aPrismAlgo->toFaces(); theMakeShape = aPrismAlgo; - theDataMap = aPrismAlgo->mapOfSubShapes(); }