-
Notifications
You must be signed in to change notification settings - Fork 20
feat: vertex references #2083
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
feat: vertex references #2083
Conversation
simple test in place - wip
finished test to test locations
tested with a box
reverted changes to move_translate
…nsys/pyansys-geometry into feat/move_translate_components
added a test to fetch components from NS
…nsys/pyansys-geometry into feat/move_translate_components
… feat/edges_get_vertices
…nsys/pyansys-geometry into feat/edges_get_vertices
…nsys/pyansys-geometry into feat/edges_get_vertices
added vertices client side support on body + tested
added test for NS with vertices
tested importing NS with vertices
… feat/edges_get_vertices # Conflicts: # src/ansys/geometry/core/_grpc/_services/v0/named_selection.py # src/ansys/geometry/core/designer/design.py # src/ansys/geometry/core/designer/geometry_commands.py # src/ansys/geometry/core/designer/selection.py
…ansys-geometry into feat/edges_get_vertices
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2083 +/- ##
=======================================
Coverage ? 92.85%
=======================================
Files ? 138
Lines ? 9990
Branches ? 0
=======================================
Hits ? 9276
Misses ? 714
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 comments - but overall it's looking good, thanks @jacobrkerstetter!
min backend decorators added
…ansys-geometry into feat/edges_get_vertices
Co-authored-by: Roberto Pastor Muela <[email protected]>
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.
LGTM! Awesome implementation @jacobrkerstetter
Description
Issue linked
Checklist
feat: extrude circle to cylinder
)