orbingol / NURBS-Python

Object-oriented pure Python B-Spline and NURBS library
https://onurraufbingol.com/NURBS-Python/
MIT License
636 stars 156 forks source link

How to get fitting coefficients? #95

Closed shz224 closed 4 years ago

shz224 commented 4 years ago

Thanks for the convenient package. I wonder if I can extract the coefficients of a curve or surface fitting.

orbingol commented 4 years ago

@Jshcht There are some functions for this purpose in fitting.py. I'd suggest you looking at line 509. They are actually documented but not exported to the online documentation.

shz224 commented 4 years ago

Thanks a lot for your kind rely and providing such a convenient package. I will check it out.

orbingol commented 4 years ago

I am closing this issue and marking it as resolved.