NURBS-Python
NURBS-Python copied to clipboard
Object-oriented pure Python B-Spline and NURBS library
I interpolated/approximated a surface with available (x, y, z) data points. I would now like to evaluate the z value for given arbitrary (x, y) coordinates. Can anyone help me...
Is there an avaible function to fit nurbs surfaces into a mesh model?
**Describe the bug** I got a particular case that, when I add a ```knot``` to a ```BSpline.Curve``` and then remove the same ```knot``` I don't get the previous control points....
What is recipe to numerically estimate the maximum deviation of the extrapolated curve from the original piecewise linear one? 
It seems that the surface class has no method 'normal' although it is mentioned in the PDF file of the manual on page 93. Therefore, I utilize ' operations.normal' instead....
Bumps [numpy](https://github.com/numpy/numpy) from 1.15.4 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
HI, I use geomdl to plot multiple nurbs surfaces. And I also need to plot corresponding point clouds. I want to put them in the same figure. How to do...
**Describe the bug** Load a bspline json file and set a set of points on it, render it using extras param. Only the spline surface is ploted. **To Reproduce** surf...
**Describe the bug** run NURBS Surface example https://nurbs-python.readthedocs.io/en/5.x/module_nurbs.html#nurbs-surface but failed. **To Reproduce** Steps to reproduce the behavior: ```python from geomdl import NURBS # Create a NURBS surface instance surf =...
It's automatic, see https://tox.wiki/en/latest/config.html#conf-basepython They are more possible improvements for tox.ini and the Python project metadata itself. Let me know whether you are interested in them.