NURBS-Python v3.0.6
Changed/updated functionality
normal
method of theSurface
type 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
normal
andbinormal
methods to theCurve
andCurve2D
type classes
Documentation updates
- Minor fixes to the inline documentation
- Visualization figure updates
You can install the latest version via pip install NURBS-Python