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

Remove reference to Surface from SurfaceVertex #1597

Merged
merged 12 commits into from
Feb 17, 2023
Merged

Remove reference to Surface from SurfaceVertex #1597

merged 12 commits into from
Feb 17, 2023

Conversation

hannobraun
Copy link
Owner

This reduces the level of redundancy in the object graph with regards to Surface. This is another step towards #1588.

I'm working on removing the reference to `Surface` from `SurfaceVertex`.
Once that is gone, it won't be able to support that validation check any
longer.
It is already available through `HalfEdge`. This reduces the redundancy
within the object graph and removes the need for a validation check.
Thanks to the recent simplifications, it was no longer carrying its
weight.
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.

1 participant