Skip to content

Releases: orbingol/NURBS-Python

NURBS-Python v2.3.5.1

03 Sep 19:42
Compare
Choose a tag to compare
  • Minor updates in documentation
  • Moved examples to a different repository

NURBS-Python v2.3.5

20 Jun 23:24
Compare
Choose a tag to compare

NURBS-Python v2.3.4

19 May 15:25
Compare
Choose a tag to compare
  • Fixed a bug in Curve::evaluate_rational() method which causes erroneous NURBS curve evaluation
  • Added a new NURBS curve example (ex_curve04.py) on evaluation of a full circle
  • Documentation updates

NURBS-Python v2.3.3

11 May 17:02
Compare
Choose a tag to compare

NURBS-Python v2.3.2

10 May 16:56
Compare
Choose a tag to compare
  • Added rotate_x and rotate_y functions to the Grid class
  • Updated documentation
  • Minor bug fixes

NURBS-Python v2.3.1

09 May 21:40
Compare
Choose a tag to compare
  • Added read_ctrlptsw() method to the Curve class
  • Some minor documentation updates

NURBS-Python v2.3

09 May 16:33
Compare
Choose a tag to compare
  • Added a 2D grid generator
  • Minor bug fixes