NURBS-Python
NURBS-Python copied to clipboard
Object-oriented pure Python B-Spline and NURBS library
Add extraction on u and v axis from a surface
Have code that is executing curve = fitting.approximate_curve(tuple_list, 3) File "/Users/keithsloan/Library/Application Support/FreeCAD/Mod/toSketch/./freecad/toSketch/toSharedFunc.py", line 387, in fit_bspline_to_geom_geomdl curve = fitting.approximate_curve(tuple_list, 3) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Applications/FreeCAD 1.0.0.app/Contents/Resources/lib/python3.11/site-packages/geomdl/fitting.py", line 198, in approximate_curve x =...
**Describe the bug** When I call the "split_surface_u" function with the value of 0.1 for the param, I get a ValueError exception about the knot vector for the u-direction. **To...
**Describe the bug** The bug is a ZeroDivisionError when I evaluate a sample curve at parameter 1.0. **To Reproduce** Here is the code that produces the error. `from geomdl import...