orbingol / NURBS-Python

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

Is there any function to compare two curves or surfaces? #83

Closed zhxd050946 closed 4 years ago

zhxd050946 commented 4 years ago

Dear Bingol,

Thank you for your great job, NURBS_Python, which has saved me a lot of time.

I want to compute the minimum distance from a point to a NURBS surface and the integral of volume between two BSpline or NURBS surfaces.

Are there any convenient method?

Looking forward for your reply.

orbingol commented 4 years ago

@zhxd050946 geomdl does not have the features you asked as of v5.2.9

I am closing this issue as it looks like it is related to #78