Skip to content

NURBS-Python v3.0 Beta 2

Choose a tag to compare

@orbingol orbingol released this 08 Jan 18:21
· 2253 commits to 5.x since this release
  • Added visualization module.

Visualization module is an optional module for NURBS-Python. In other words, you don't need to import it to evaluate surfaces and curves.

The visualization module currently includes a base class VisABC which can be used to create new visualization components, and VisMPL component that implements Matplotlib for 2D and 3D plotting.

Please see the following for usage examples: