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

Validate that faces in a shell don't intersect #2160

Open
hannobraun opened this issue Jan 16, 2024 · 0 comments
Open

Validate that faces in a shell don't intersect #2160

hannobraun opened this issue Jan 16, 2024 · 0 comments
Labels
topic: validation Infrastructure for checking various properties of objects, making sure they are valid. type: feature New features and improvements to existing features

Comments

@hannobraun
Copy link
Owner

About

The faces of a shell must not intersect, if the resulting shape is to be valid. This is currently neither documented nor enforced.

There should be a validation check, implemented for Shell, to make sure of this.

Implementation

The new validation check should go into validate::shell. The existing checks there (and the numerous checks in the sibling modules) can be used as a template for how to structure the new check.

Related Issues

There are a few related issues that are currently open:

Those issues aren't blockers, but if any work on them was ongoing by the time this issue was picked up, that would require coordination between the issues.

@hannobraun hannobraun added type: feature New features and improvements to existing features topic: validation Infrastructure for checking various properties of objects, making sure they are valid. labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: validation Infrastructure for checking various properties of objects, making sure they are valid. type: feature New features and improvements to existing features
Projects
None yet
Development

No branches or pull requests

1 participant