You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some methods in LineIntersection are not passing the tolerance properly to the method doing the actual work.
Steps to reproduce:
Try checking the tolerance when intersection for example a PolyCurve with a Line. Could for example be 2 parallel lines that are more than 1e-6 (default tolerance) away from each other, say 1e-5, and set the tolerance to be larger than 1e-5. The method should now give itersections, but due to the lack of tolerance passing it is not.
Expected behaviour:
As above
The text was updated successfully, but these errors were encountered:
Description:
Some methods in LineIntersection are not passing the tolerance properly to the method doing the actual work.
Steps to reproduce:
Try checking the tolerance when intersection for example a PolyCurve with a Line. Could for example be 2 parallel lines that are more than 1e-6 (default tolerance) away from each other, say 1e-5, and set the tolerance to be larger than 1e-5. The method should now give itersections, but due to the lack of tolerance passing it is not.
Expected behaviour:
As above
The text was updated successfully, but these errors were encountered: