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 when inferring surface as plane #1556

Merged
merged 14 commits into from
Feb 2, 2023
Merged

Lift limitation when inferring surface as plane #1556

merged 14 commits into from
Feb 2, 2023

Conversation

hannobraun
Copy link
Owner

Previously, FaceBuilder::update_surface_as_plane expected the surface exterior to contain exactly 3 vertices. Now it can handle more vertices. It uses the first three to infer the plane and projects the rest of them into the inferred surface. This can lead to validation failures later on, if the vertices don't all fit into a plane.

I'm currently working on rewriting parts of the sweep code to advance #1525, and this is a building block required to do that.

@hannobraun hannobraun merged commit 30337ef into main Feb 2, 2023
@hannobraun hannobraun deleted the builder branch February 2, 2023 11:57
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