From: ptv Date: Tue, 18 Aug 2009 11:39:14 +0000 (+0000) Subject: 0020432: EDF 1029 GEOM : Fillet 1D - correct debug version X-Git-Tag: V5_1_3rc1~49 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d649b3a70f3b1d05eab39c2f4f64d70cda37af7a;p=modules%2Fgeom.git 0020432: EDF 1029 GEOM : Fillet 1D - correct debug version --- diff --git a/src/GEOMImpl/GEOMImpl_Fillet1dDriver.cxx b/src/GEOMImpl/GEOMImpl_Fillet1dDriver.cxx index fc54a402b..b2e0badae 100644 --- a/src/GEOMImpl/GEOMImpl_Fillet1dDriver.cxx +++ b/src/GEOMImpl/GEOMImpl_Fillet1dDriver.cxx @@ -119,8 +119,7 @@ static Standard_Boolean takePlane( const TopoDS_Edge& theE1, if ( fabs(anAngle) <= gp::Resolution() || fabs(anAngle - PI) <= gp::Resolution() ) return false; - //thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2); - thePlane = gp_Pln( gp_Pnt(aXYZ), gp_Dir(0,0,1)); + thePlane = gp_Pln( gp_Pnt(aXYZ), aDir1^ aDir2); } catch (Standard_Failure) { return false;