-
Notifications
You must be signed in to change notification settings - Fork 20
feat: nurbs sketching and surface support #2104
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
added contains_point for 2d nurbs
… feat/nurbs_sketching
copy conversions from new services dir to old one add test for fill nurbs sketch
… feat/nurbs_sketching
…ys-geometry into feat/nurbs_sketching # Conflicts: # src/ansys/geometry/core/designer/geometry_commands.py
…ys-geometry into feat/nurbs_sketching
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2104 +/- ##
==========================================
- Coverage 94.21% 94.19% -0.02%
==========================================
Files 138 139 +1
Lines 10156 10242 +86
==========================================
+ Hits 9568 9647 +79
- Misses 588 595 +7 ☔ 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 - overall is looking good!
…ys-geometry into feat/nurbs_sketching
…ys-geometry into feat/nurbs_sketching
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
Provide ability to sketch 2D NURBS curves and transform them into surface bodies for Workflow 12.
Issue linked
Checklist
feat: extrude circle to cylinder
)