0021018: EDF 1592 GEOM: Problems with the radius input field in the Fillet 1D dialog box

This commit is contained in:
vsr 2010-10-13 06:56:55 +00:00
parent d6579abaed
commit 21de9f8d93

View File

@ -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);