File tree 1 file changed +6
-20
lines changed
1 file changed +6
-20
lines changed Original file line number Diff line number Diff line change @@ -22,27 +22,13 @@ respectively. Please see the NURBS-Python_ documentation for details on the inpu
22
22
Visualization
23
23
-------------
24
24
25
- The following examples illustrate usage of the optional visualization component:
25
+ All examples in this repository tries to illustrate some parts of the Matplotlib visualization implementation,
26
+ ``VisMPL `` class. ``VisMPL `` is designed to be a representative class for future visualization extensions therefore,
27
+ it might not be a perfect fit for advanced visualization purposes. More advanced visualization options and some
28
+ example figures with the instructions on how to generate them can be found under ``visualization/ `` directory.
26
29
27
- **2D Curves: **
28
-
29
- * ``curve2d/ex_curve01.py ``
30
- * ``curve2d/ex_curve02.py ``
31
- * ``curve2d/ex_curve03.py ``
32
-
33
- **3D Curves: **
34
-
35
- * ``curve3d/ex_curve3d01.py ``
36
- * ``curve3d/ex_curve3d02.py ``
37
-
38
- **Surfaces: **
39
-
40
- * ``surface/ex_surface01.py ``
41
- * ``surface/ex_surface02.py ``
42
- * ``surface/ex_surface03.py ``
43
-
44
- More advanced visualization options and some example figures with the instructions on how to generate them can be
45
- found under ``visualization/ `` directory.
30
+ All the examples should work fine with the latest version of NURBS-Python _, but they might or might not work with the
31
+ older versions.
46
32
47
33
Branch Information
48
34
==================
You can’t perform that action at this time.
0 commit comments