]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Fix of the Extrusion feature naming bug.
authorszy <szy@opencascade.com>
Fri, 31 Oct 2014 13:06:00 +0000 (16:06 +0300)
committerszy <szy@opencascade.com>
Fri, 31 Oct 2014 13:06:00 +0000 (16:06 +0300)
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();