-
Notifications
You must be signed in to change notification settings - Fork 17
feat: Find and Fix Stitch Faces/Missing 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
base: main
Are you sure you want to change the base?
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
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1953 +/- ##
==========================================
+ Coverage 90.35% 90.45% +0.10%
==========================================
Files 123 123
Lines 9830 9810 -20
==========================================
- Hits 8882 8874 -8
+ Misses 948 936 -12 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -285,6 +285,32 @@ def test_fix_interference(modeler: Modeler): | |||
assert result.success is True | |||
|
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 am missing some tests using angles and distances for the new APIs added.. @RyanJWard @syscordan -- could you guys maybe take care of that as part of this PR (I think @jacobrkerstetter is out for the rest of the week)?
… feat/find_small_faces_enhancements # Conflicts: # src/ansys/geometry/core/tools/repair_tools.py
… feat/find_fix_stitch_faces_enhancement
…om/ansys/pyansys-geometry into feat/find_fix_stitch_faces_enhancement # Conflicts: # src/ansys/geometry/core/_grpc/_services/v0/repair_tools.py # src/ansys/geometry/core/tools/repair_tools.py
There are a few bugs in SC and CoreService holding this up |
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
)