Skip to content

Releases: orbingol/geomdl-examples

Examples for geomdl v5.2.0

22 Mar 19:16
Compare
Choose a tag to compare

Examples for geomdl v5.2.0

Examples for geomdl v5.0b1

21 Dec 21:01
Compare
Choose a tag to compare

Examples for geomdl v5.0b1

Examples for NURBS-Python v4.2.2

12 Sep 02:16
Compare
Choose a tag to compare

Examples for NURBS-Python (geomdl) v4.2.2

Examples for NURBS-Python v4.2.0

07 Sep 05:56
Compare
Choose a tag to compare

Examples for NURBS-Python (geomdl) v4.2.0

Examples for NURBS-Python v4.1.0

16 Aug 21:19
Compare
Choose a tag to compare

Examples for NURBS-Python (geomdl) v4.1.0

Examples for NURBS-Python v3.5

23 Feb 03:19
Compare
Choose a tag to compare

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.

Examples for NURBS-Python v3.2.0

09 Feb 02:06
Compare
Choose a tag to compare

Examples are updated to work with NURBS-Python v3.2.0

Examples for NURBS-Python v3.1

02 Feb 22:23
Compare
Choose a tag to compare

Examples are updated to work with NURBS-Python v3.1.0

This version of NURBS-Python comes with an upgraded visualization module, so surfaces and curves are still the same but the example scripts could implement new methods introduced in the upgraded visualization module.

Examples for NURBS-Python v3.0 - updated for v3.0.8

21 Jan 23:06
Compare
Choose a tag to compare

Examples are updated to work with the latest updates of NURBS-Python v3.0.8.

These examples should always work with the latest version of NURBS-Python v3.0.x series, unless indicated otherwise.

Examples for NURBS-Python v3.0 - updated for v3.0.7

20 Jan 01:08
Compare
Choose a tag to compare

The following example is updated to run with NURBS-Python v3.0.7:

  • mpl_curve3d_vectors.py

In addition, the following visualization script is added to the repository:

  • mpl_wframe_wframe.py

Please see the NURBS-Python documentation for details.