NURBS-Python icon indicating copy to clipboard operation
NURBS-Python copied to clipboard

Object-oriented pure Python B-Spline and NURBS library

Results 56 NURBS-Python issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using curves with unclamped knotvector, if you try to insert a knot near the right end of knotvector (more precisely, try to insert `u_bar` which is...

bug

Hi, tangent and normal operations does not work with nurbs, please check the 5.3.1 code. (return empty tuple) 5.2.10 seams that does not suffer of the issue. Thank you and...

bug

I have some troubles. First, I used Nurbs-Python to create 3D nurbs curves and planned to export them, but found that 3D curves could not be exported to 3dm format...

bug

**Describe the bug** u,v, parametric values of a closed Bspline surface do not appear to correspond with the anticipated model geometry. This happens on a B-spline-with-knots surface exported by the...

bug

**Describe the bug** I have several nurbs curves and they all compare equal to each other, which they shouldn't. The issue seems to be [here](https://github.com/orbingol/NURBS-Python/blob/5.x/geomdl/abstract.py#L367), where `self._precision` is 18 and...

bug