NURBS-Python v3.0.8
- 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:
VisCurve2Dfor 2D curvesVisCurve3Dfor 3D curvesVisSurfWireframefor surfaces (usesplot_wireframefunction)VisSurfTrianglefor surfaces (usesplot_trisurffunction)VisSurfScatterfor surfaces (uses 3Dscatterfunction)
As usual, the easiest way to install is using pip: pip install NURBS-Python.