Skip to content

Examples for NURBS-Python v3.5

Compare
Choose a tag to compare
@orbingol orbingol released this 23 Feb 03:19
· 159 commits to master since this release

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.