-
Notifications
You must be signed in to change notification settings - Fork 16
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: extrude existing edges to create surface bodies #1638
Conversation
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!
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## blitz #1638 +/- ##
==========================================
- Coverage 91.38% 91.35% -0.03%
==========================================
Files 87 87
Lines 7219 7254 +35
==========================================
+ Hits 6597 6627 +30
- Misses 622 627 +5 ☔ View full report in Codecov by Sentry. |
Co-authored-by: pyansys-ci-bot <[email protected]>
Description
Extrude existing edges a certain distance or up to another object.
Also fixed a bug with design cached bodies not clearing.
Issue linked
Checklist
feat: extrude circle to cylinder
)