-
Notifications
You must be signed in to change notification settings - Fork 20
feat: NURBS and TrimmedCurve enhancements #1994
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
… feat/nurbs_enhancements
… feat/nurbs_enhancements
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1994 +/- ##
==========================================
- Coverage 90.45% 90.45% -0.01%
==========================================
Files 136 136
Lines 9730 9782 +52
==========================================
+ Hits 8801 8848 +47
- Misses 929 934 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ansys-geometry into feat/nurbs_enhancements # Conflicts: # src/ansys/geometry/core/shapes/curves/curve_evaluation.py # src/ansys/geometry/core/shapes/curves/trimmed_curve.py
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.
We are missing a lot of testing on the new methods in trimmed curves. Can we add them?
…d_copy added tests for line and circle trimmed curve translation and rotation
…ansys-geometry into feat/nurbs_enhancements
… feat/nurbs_enhancements
change vector transform append from 1 to 0
…ansys-geometry into feat/nurbs_enhancements
…ansys-geometry into feat/nurbs_enhancements
putting back removed lines in test_primitives
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! Thanks @jacobrkerstetter - just left a small comment!
Description
Issue linked
Checklist
feat: extrude circle to cylinder
)