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

Class GenerateSymmetryMates

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

Generate all the symmetry mates and show those within X angstroms

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a GenerateSymmetryMates object
 
command(self)
Generate all the symmetry mates and show those within X angstroms
Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Create a GenerateSymmetryMates object

See parent class for argument documentation

Parameters:
  • dist (int or 'all') - The maximum distance from the object to show the mates' atoms. If 'all', the entire symmetry mates will be shown.
Overrides: MAction.__init__

command(self)

 

Generate all the symmetry mates and show those within X angstroms

Overrides: MAction.command