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:
VisCurve2D
for 2D curvesVisCurve3D
for 3D curvesVisSurfWireframe
for surfaces (usesplot_wireframe
function)VisSurfTriangle
for surfaces (usesplot_trisurf
function)VisSurfScatter
for surfaces (uses 3Dscatter
function)
As usual, the easiest way to install is using pip: pip install NURBS-Python
.