-
Notifications
You must be signed in to change notification settings - Fork 20
feat: Find and Fix Stitch/Missing/Small Faces Enhancements #1953
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
added find_and_fix_stitch_faces added applicable tests (comprehensive and standard)
switching default value on find and fix to None
…ub.com/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement
Hi @jacobrkerstetter! Let's wait for #1912 to be merged and then you can adapt your implementation to the new structure. Sounds good? |
… feat/find_fix_stitch_faces_enhancement
… feat/find_fix_stitch_faces_enhancement # Conflicts: # src/ansys/geometry/core/tools/repair_tools.py
What's the status here @jacobrkerstetter - I see all tests are passing now. Are we still looking at bugs on SC side? |
…ub.com/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement
used this in small faces extra parameters
…ub.com/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement
…ub.com/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement
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.
I tested these changes and expanded the test coverage
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.
Left a few version-handling comments. Apart from that... this looks awesome! Thanks @RyanJWard and @jacobrkerstetter for the hard work here!
added version checking for new options add logger warning for when the backend is older but the user supplies options
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.
Awesome, LGTM! Thanks a lot @jacobrkerstetter and @RyanJWard
Description
added model for testing stitching many faces
added find_and_fix_stitch_faces
added applicable tests (comprehensive and standard)
Issue linked
#1947
#1949
#1950
Checklist
feat: extrude circle to cylinder
)