Invert: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''invert''' inverts the stereo-chemistry of atom (pk1), holding attached atoms (pk2) and (pk3) immobile.
  "invert" inverts the stereo-chemistry of atom (pk1), holding attached atoms
 
  (pk2) and (pk3) immobile.
===USAGE===
===USAGE===
   
  invert  
  invert  
 
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.invert( )
cmd.invert( )
</source>
</source>


===NOTE===
===NOTE===
The invert function is usually bound to CTRL-E in Editing Mode.  
  The invert function is usually bound to CTRL-E in Editing Mode.  


[[Category:Commands|invert]]
[[Category:Commands|invert]]

Revision as of 12:54, 9 June 2005

DESCRIPTION

invert inverts the stereo-chemistry of atom (pk1), holding attached atoms (pk2) and (pk3) immobile.

USAGE

invert 

PYMOL API

cmd.invert( )

NOTE

The invert function is usually bound to CTRL-E in Editing Mode.