orbingol / NURBS-Python

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

fitting nurbs surface into mesh model #154

Open thachdo opened 1 year ago

thachdo commented 1 year ago

Is there an avaible function to fit nurbs surfaces into a mesh model?

carlos-adir commented 1 year ago

It highly depends on your mesh. If your mesh is not structured, it's not possible. There's a function to interpolate inside fitting module. Maybe it helps you.