m3sh.vis
Visualization using VTK.
Wrapper functions for VTK functionality. This is not meant as a full featured set of visualization routines but should serve as a quick and convenient way to achieve basic visualization tasks.
This module can also be used as a stand-alone OBJ viewer:
>>> python vis.py file.obj --edges
opens a graphics window and displays the contents of file.obj. Omitting the ‘–edges’ argument will not render mesh edges.
Classes
|
|
|
|
|
|
|
|
|
Color bar. |
|
Glyph base class. |
|
Polygonal shape wrapper. |
|
Polygonal graph. |
|
Polygonal mesh shape. |
|
Render object. |
|
Point cloud. |
Mixins
Functions
|
Axis aligned bounding box. |
|
Queue object for display. |
|
Box shape. |
|
Create or modify viewport. |
|
Display colorbar. |
|
Cone rendering. |
|
Cylinder shape. |
|
Remove actor(s). |
|
Display static text in the render window. |
|
Graph visualization. |
|
Billboard text labels. |
|
Mesh visualization. |
|
Perform pick action. |
|
Polyline plotting. |
|
Quiver plot. |
|
Scatter plot. |
|
Save the current framebuffer contents. |
|
Start the VTK event loop. |
|
Sphere shape. |
|
Point splatting. |
|
Update viewports. |