-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
Allow valid Cycle
s to be empty; validate Face
boundary instead
#2095
Merged
Commits on Nov 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5b4091 - Browse repository at this point
Copy the full SHA a5b4091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a502ac - Browse repository at this point
Copy the full SHA 5a502acView commit details -
I think "disconnected" can be understood to imply that they were connected in the first place, while "not connected" does carry no such connotation. Also, `Edge` has been renamed to `HalfEdge` a while ago, so that part of the new name is also more accurate.
Configuration menu - View commit details
-
Copy full SHA for 035df3f - Browse repository at this point
Copy the full SHA 035df3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb35584 - Browse repository at this point
Copy the full SHA bb35584View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6561290 - Browse repository at this point
Copy the full SHA 6561290View commit details -
Allow valid
Cycle
s to be emptyThat empty cycles are invalid makes the result of `BuildFace::unbound` invalid by default, requiring a hacky workaround (`Services::only_validate`). I think empty cycles are actually fine. What's a problem is, if such an empty cycle is used as the exterior of a face, and I will add a validation check for that specifically.
Configuration menu - View commit details
-
Copy full SHA for 083c2d1 - Browse repository at this point
Copy the full SHA 083c2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for be644bc - Browse repository at this point
Copy the full SHA be644bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5347ac4 - Browse repository at this point
Copy the full SHA 5347ac4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2aa180 - Browse repository at this point
Copy the full SHA f2aa180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e18882 - Browse repository at this point
Copy the full SHA 7e18882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a501d4 - Browse repository at this point
Copy the full SHA 7a501d4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.