-
Notifications
You must be signed in to change notification settings - Fork 7
Check overlap of SolidModel physical groups #64
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ 📢 Thoughts on this report? Let us know! |
I'm open to rethinking this (and our error handling/logging in general), but elsewhere What I would do here is not worry about |
Sounds good, made changes to remove the strict argument and output the overlapping groups. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, just a few more minor comments.
When rendering to SolidModel, it is possible to create models with overlapping entities. These can cause errors when meshing or in downstream uses. This method checks for overlaps and displays an error or warning informing the user of the overlapping physical groups.