Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geometry_Engine: LineIntersection not passing tolerances properly #2902

Closed
IsakNaslundBh opened this issue Sep 2, 2022 · 0 comments · Fixed by #2903
Closed

Geometry_Engine: LineIntersection not passing tolerances properly #2902

IsakNaslundBh opened this issue Sep 2, 2022 · 0 comments · Fixed by #2903
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@IsakNaslundBh
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Error or unexpected behaviour
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant