From d649b3a70f3b1d05eab39c2f4f64d70cda37af7a Mon Sep 17 00:00:00 2001 From: ptv Date: Tue, 18 Aug 2009 11:39:14 +0000 Subject: [PATCH] 0020432: EDF 1029 GEOM : Fillet 1D - correct debug version --- src/GEOMImpl/GEOMImpl_Fillet1dDriver.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; -- 2.39.2