]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp
Salome HOME
Fix of the Extrusion feature naming bug.
[modules/shaper.git] / src / FeaturesPlugin / FeaturesPlugin_Extrusion.cpp
index eeafb1db61e0e7557ff59706166146f75c41b219..ab5c393e65277767a9a76715b0fcc0e009e75aa0 100644 (file)
@@ -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<GeomAPI_Shape> aBottomFace = theFeature.firstShape();