Releases: orbingol/NURBS-Python
Releases · orbingol/NURBS-Python
NURBS-Python v2.3.5.1
- Minor updates in documentation
- Moved examples to a different repository
NURBS-Python v2.3.5
- Bug fixes
NURBS-Python v2.3.4
- 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
- Documentation updates for the ReadTheDocs page
NURBS-Python v2.3.2
- Added
rotate_x
androtate_y
functions to the Grid class - Updated documentation
- Minor bug fixes
NURBS-Python v2.3.1
- Added
read_ctrlptsw()
method to theCurve
class - Some minor documentation updates
NURBS-Python v2.3
- Added a 2D grid generator
- Minor bug fixes