Menu

[r2807]: / 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)
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.