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

Facade_Engine: Added Tolerance to Adjacency Bounds Check #3457

Open
enarhi opened this issue Feb 4, 2025 · 0 comments · May be fixed by #3458
Open

Facade_Engine: Added Tolerance to Adjacency Bounds Check #3457

enarhi opened this issue Feb 4, 2025 · 0 comments · May be fixed by #3458
Assignees
Labels
type:bug Error or unexpected behaviour

Comments

@enarhi
Copy link
Member

enarhi commented Feb 4, 2025

Description:

Previously, adjacency would return false for lines with miniscule endpoint differences due to the bounds check not using a tolerance. This has been resolved.

Steps to reproduce:

Check adjacency of lines with miniscule end point differences within tolerance, and the adjacency check will return false.

Expected behaviour:

Adjacency returned as true whenever within tolerance.

@enarhi enarhi added the type:bug Error or unexpected behaviour label Feb 4, 2025
@enarhi enarhi self-assigned this Feb 4, 2025
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