From: szy Date: Fri, 31 Oct 2014 13:06:00 +0000 (+0300) Subject: Fix of the Extrusion feature naming bug. X-Git-Tag: V_0.5~48^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1211e639733b391a382a043175c0fb7eba22e8b8;p=modules%2Fshaper.git Fix of the Extrusion feature naming bug. --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp b/src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp index eeafb1db6..ab5c393e6 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp +++ b/src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp @@ -111,7 +111,7 @@ void FeaturesPlugin_Extrusion::LoadNamingDS(GeomAlgoAPI_Extrusion& theFeature, theFeature.mapOfShapes(*aSubShapes); //Insert lateral face : Face from Edge - theResultBody->loadAndOrientGeneratedShapes(theFeature.makeShape(), theFeature.shape(), EDGE,_LATERAL_TAG, *aSubShapes); + theResultBody->loadAndOrientGeneratedShapes(theFeature.makeShape(), theBasis, EDGE,_LATERAL_TAG, *aSubShapes); //Insert bottom face boost::shared_ptr aBottomFace = theFeature.firstShape();