From 1211e639733b391a382a043175c0fb7eba22e8b8 Mon Sep 17 00:00:00 2001 From: szy Date: Fri, 31 Oct 2014 16:06:00 +0300 Subject: [PATCH] Fix of the Extrusion feature naming bug. --- src/FeaturesPlugin/FeaturesPlugin_Extrusion.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2