Invert: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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]]

Latest revision as of 13:42, 17 November 2009

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.