Releases: orbingol/NURBS-Python
Releases · orbingol/NURBS-Python
NURBS-Python v3.4.3
- Bug fixes
- Documentation updates
NURBS-Python v3.4.2
- Added
compatibility
module for control points manipulation - Updated documentation
NURBS-Python v3.4.1
- Added remove axes option to Matplotlib visualization module
- Added
translate
wrapper to abstract Multi class
NURBS-Python v3.4.0
- Code clean-up and reorganization
- Bug fixes
NURBS-Python v3.3.2
- Bug fix release
NURBS-Python v3.3.1
- Fixed a point of failure in VisCurve3D when it takes a 2D input instead of a 3D one
NURBS-Python v3.3.0
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
- Added an option to save .stl files in binary format
NURBS-Python v3.2.1
- 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
NURBS-Python v3.2.0
- The core library now utilizes
Abstract
andMulti
modules - Curve classes now have
split()
method for curve splitting at the given parameter anddecompose()
method for Bézier decomposition - Shapes module upgrades