From 21de9f8d9340486d4ae7afcbbff0df8812c4b738 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 13 Oct 2010 06:56:55 +0000 Subject: [PATCH] 0021018: EDF 1592 GEOM: Problems with the radius input field in the Fillet 1D dialog box --- src/GEOMImpl/GEOMImpl_Fillet1d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2