Difference between revisions of "Edit"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
 
'''edit''' picks an atom or bond for editing.
 
'''edit''' picks an atom or bond for editing.
 
   
 
   
Line 16: Line 15:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd unpick]], [[Cmd remove_picked]], [[Cmd cycle_valence]], [[Cmd torsion ]]
+
[[unpick]], [[remove_picked]], [[cycle_valence]], [[torsion ]]
 
   
 
   
  
 
[[Category:Commands|Edit]]
 
[[Category:Commands|Edit]]
 
[[Category:Editing Module|Edit]]
 
[[Category:Editing Module|Edit]]

Latest revision as of 14:02, 29 July 2010

edit picks an atom or bond for editing.

USAGE

edit (selection) [ ,(selection) ]

PYMOL API

cmd.edit( string selection  [ ,string selection ] )

NOTES

If only one selection is provided, an atom is picked. If two selections are provided, the bond between them is picked (if one exists).

SEE ALSO

unpick, remove_picked, cycle_valence, torsion