-
Couldn't load subscription status.
- Fork 22
feat: revolve a sketch given an axis and an origin #1248
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
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1248 +/- ##
==========================================
+ Coverage 92.05% 92.07% +0.01%
==========================================
Files 85 85
Lines 6557 6572 +15
==========================================
+ Hits 6036 6051 +15
Misses 521 521 ☔ View full report in Codecov by Sentry. |
|
@PipKat I added an example - could you give it a quick review whenever you get the chance? |
Co-authored-by: Kathy Pippert <[email protected]>
Description
Given a sketch, an axis and an origin, we compute the distance between the origin and the sketch plane origin, and revolve the sketch.
Issue linked
Closes #1228
Checklist
feat: extrude circle to cylinder)