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

Lift limitation, that coincident Edges must be congruent #2021

Merged
merged 18 commits into from
Sep 14, 2023
Merged

Conversation

hannobraun
Copy link
Owner

This pull request is the culmination of lots of work over many weeks. I've refactored the object graph and wrote new (non-trivial) infrastructure for caching curve approximations. This pull request takes the final step in that journey, using that new infrastructure to make edge approximation more flexible.

As a result, it should now be possible to have coincident edges that are not fully congruent. This should enable more useful modeling tools to be built. The one I have in mind, which motivated this work in the first place, is an API for splitting a face (which would have otherwise been more complicated to implement, and less convenient for the user). But this makes the representation of geometry more flexible overall, and is sure to be useful yet unforeseen ways.

Please note that this new flexibility is not exercised, as the tools it enables don't exist yet. There might still be bugs, and those can be addressed as they come up, but the big architectural hurdles are out of the way now.

Close #1937

@hannobraun hannobraun merged commit 35f2f31 into main Sep 14, 2023
4 checks passed
@hannobraun hannobraun deleted the approx branch September 14, 2023 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lift limitation, that coincident HalfEdges must be congruent
1 participant