-
Notifications
You must be signed in to change notification settings - Fork 17
feat: named selection functionality #1768
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
need read existing design functionality
implemented MoveRotate and MoveTranslate for named selections
- fixed logic for creating new NS so the create command is only called once
…om/ansys/pyansys-geometry into feat/named_selection_functionality
- added more rigorous testing by querying a face for area - altered how the face/body/edge objects are populated for NS
…om/ansys/pyansys-geometry into feat/named_selection_functionality
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1768 +/- ##
==========================================
+ Coverage 90.88% 90.90% +0.02%
==========================================
Files 92 92
Lines 8357 8422 +65
==========================================
+ Hits 7595 7656 +61
- Misses 762 766 +4 ☔ View full report in Codecov by Sentry. |
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.
This is looking really good! Left some comments, request review again once addressed
- adjusted import test for new model - added Quantity input type for new geometry commands - adjusted NamedSelection constructor -- beams still a question
…om/ansys/pyansys-geometry into feat/named_selection_functionality
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!
Description
Issue linked
Checklist
feat: extrude circle to cylinder
)