mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-29 10:50:35 +05:00
0021018: EDF 1592 GEOM: Problems with the radius input field in the Fillet 1D dialog box
This commit is contained in:
parent
d6579abaed
commit
21de9f8d93
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user