Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class Ray
[hide private]
[frames] | no frames]

Class Ray

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
                         Ray

Use PyMOL to make a ray-traced image

Instance Methods [hide private]
 
command(self, show=True, orient=False)
Make a ray-trace

Inherited from MAction: __init__

Method Details [hide private]

command(self, show=True, orient=False)

 

Make a ray-trace

Parameters:
  • show (bool) - True (default) if image should be displayed after created, False if not
  • orient (bool) - True if structure should be re-oriented by PyMOL, False (default) if not
Overrides: MAction.command