From: vsr Date: Wed, 13 Oct 2010 06:56:55 +0000 (+0000) Subject: 0021018: EDF 1592 GEOM: Problems with the radius input field in the Fillet 1D dialog box X-Git-Tag: V5_1_5rc1~29 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=21de9f8d9340486d4ae7afcbbff0df8812c4b738;p=modules%2Fgeom.git 0021018: EDF 1592 GEOM: Problems with the radius input field in the Fillet 1D dialog box --- diff --git a/src/GEOMImpl/GEOMImpl_Fillet1d.cxx b/src/GEOMImpl/GEOMImpl_Fillet1d.cxx index 6c0a67f7f..0a3af9f8b 100644 --- a/src/GEOMImpl/GEOMImpl_Fillet1d.cxx +++ b/src/GEOMImpl/GEOMImpl_Fillet1d.cxx @@ -308,7 +308,7 @@ Standard_Boolean GEOMImpl_Fillet1d::processPoint(GEOMImpl_Fillet1dPoint* theLeft GEOMImpl_Fillet1dPoint* aPoint1 = theLeft->Copy(); GEOMImpl_Fillet1dPoint* aPoint2 = new GEOMImpl_Fillet1dPoint(theParameter); fillPoint(aPoint2); - fillDiff(aPoint2, aDX / 1000., Standard_True); + fillDiff(aPoint2, aDX / 10., Standard_True); aPoint1->FilterPoints(aPoint2); performNewton(aPoint1, aPoint2);