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

Don't use self.path in HalfEdgeGeom #2383

Merged
merged 3 commits into from
Jun 14, 2024
Merged

Don't use self.path in HalfEdgeGeom #2383

merged 3 commits into from
Jun 14, 2024

Conversation

hannobraun
Copy link
Owner

This might seem like a rather small change, but it took a lot to get here. A lot of code had to be updated to correctly define curve geometry, before it could be used here for that.

Hopefully that means that most (or even all) code that needs to set curve geometry now does so. If that is the case, migrating further places to use curve geometry instead of half-edge geometry should be a bit easier from now on.

This is another step towards #2290.

This prepares for a follow-on change, as the surface will be needed
there shortly.
This prepares for moving the path to `CurveGeom`.
@hannobraun hannobraun merged commit 2ed055d into main Jun 14, 2024
3 checks passed
@hannobraun hannobraun deleted the geometry branch June 14, 2024 20:33
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