 
 
 
 
 
 
 
 
 
 
 Next: trans
 Up: Controlling VMD from Python
 Previous: molrep
     Contents 
     Index 
render
Python operations available from the render module, used to
export the scene to a file that can be read by external rendering programs.  
- listall(): 
	Return a Python list of the names of all supported rendering methods.
	One of these should be the first argument to the render() 
	operation below.
 
- render(method, filename): 
	Using the the given rendering method, export the current scene to
	the file filename.  method should be one of the values 
	returned by listall().
 
vmd@ks.uiuc.edu