NURBS-Python v3.0.6
Changed/updated functionality
normalmethod of theSurfacetype classes has been updated. It now returns a list containing 2 elements. First one is the starting point (or origin) of the normal vector and the second one is the normal vector itself.
New functionality
- Added
normalandbinormalmethods to theCurveandCurve2Dtype classes
Documentation updates
- Minor fixes to the inline documentation
- Visualization figure updates
You can install the latest version via pip install NURBS-Python