Examples for NURBS-Python v3.5
Examples are updated for NURBS-Python v3.5.x series. There are no API breaks coming with v3.5.0 update of NURBS-Python, so your existing scripts should work without any issues.
Curve2D
class is deprecated with the release of NURBS-Python v3.5.0. You can replace it directly with the Curve
class. Curve2D
still exists, just for not breaking the compatibility instantly but it will be removed in future releases of NURBS-Python.