Menu

[r2452]: / trunk / course / examples / mayavi_bighead.py  Maximize  Restore  History

Download this file

10 lines (7 with data), 180 Bytes

1
2
3
4
5
6
7
8
9
#!/usr/bin/env python
import mayavi
bighead = '../data/bighead.vtk'
mv = mayavi.mayavi()
mv.open_vtk(bighead)
for mod in ['Outline','Axes','PolyData']:
mv.load_module(mod,0)