Skip to content

Releases: orbingol/NURBS-Python

NURBS-Python v3.4.3

19 Feb 16:46
Compare
Choose a tag to compare
  • Bug fixes
  • Documentation updates

NURBS-Python v3.4.2

18 Feb 07:40
Compare
Choose a tag to compare
  • Added compatibility module for control points manipulation
  • Updated documentation

NURBS-Python v3.4.1

16 Feb 06:33
Compare
Choose a tag to compare
  • Added remove axes option to Matplotlib visualization module
  • Added translate wrapper to abstract Multi class

NURBS-Python v3.4.0

15 Feb 06:48
Compare
Choose a tag to compare
  • Code clean-up and reorganization
  • Bug fixes

NURBS-Python v3.3.2

14 Feb 03:22
Compare
Choose a tag to compare
  • Bug fix release

NURBS-Python v3.3.1

13 Feb 02:15
Compare
Choose a tag to compare
  • Fixed a point of failure in VisCurve3D when it takes a 2D input instead of a 3D one

NURBS-Python v3.3.0

12 Feb 23:13
Compare
Choose a tag to compare

NURBS-Python v3.3.0

New Features

  • Save surfaces as .stl file
  • Surface and curve splitting
  • Surface and curve Bézier decomposition
  • Surface and curve translate by a vector functionality

Installation

pip install NURBS-Python

Upgrade

pip install NURBS-Python --upgrade

NURBS-Python v3.2.2

09 Feb 05:39
Compare
Choose a tag to compare
  • Added an option to save .stl files in binary format

NURBS-Python v3.2.1

09 Feb 04:28
Compare
Choose a tag to compare
  • Fixed some bugs in exchange module
  • Fixed some bugs in utilities module
  • Added experimental Export surfaces as .stl support, with exchange.save_stl()

As usual, the latest version can be installed via pip install NURBS-Python. If you have already installed, you can upgrade via pip install NURBS-Python --upgrade.

NURBS-Python v3.2.0

09 Feb 01:56
Compare
Choose a tag to compare

NURBS-Python v3.2.0

  • The core library now utilizes Abstract and Multi modules
  • Curve classes now have split() method for curve splitting at the given parameter and decompose() method for Bézier decomposition
  • Shapes module upgrades