Skip to content

NURBS-Python v3.0.6

Compare
Choose a tag to compare
@orbingol orbingol released this 17 Jan 04:57
· 2143 commits to 5.x since this release

Changed/updated functionality

  • normal method of the Surface 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 and binormal methods to the Curve and Curve2D type classes

Documentation updates

  • Minor fixes to the inline documentation
  • Visualization figure updates

You can install the latest version via pip install NURBS-Python