Download this file
    
      
        10 lines (7 with data), 180 Bytes
      
      
         | #!/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.