Skip to content

NURBS-Python v3.0.8

Compare
Choose a tag to compare
@orbingol orbingol released this 21 Jan 23:03
· 2130 commits to 5.x since this release
  • Reorganize and update Matplotlib visualization component, VisMPL

Please note that updates to VisMPL component might cause a small API break on the visualization module, and therefore it is marked as experimental from now on. Updates to visualization component do not affect NURBS evaluation components.

Currently, VisMPL has the following classes:

  • VisCurve2D for 2D curves
  • VisCurve3D for 3D curves
  • VisSurfWireframe for surfaces (uses plot_wireframe function)
  • VisSurfTriangle for surfaces (uses plot_trisurf function)
  • VisSurfScatter for surfaces (uses 3D scatter function)

As usual, the easiest way to install is using pip: pip install NURBS-Python.