This is a read-only mirror of pymolwiki.org
Difference between revisions of "Edit"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
− | + | '''edit''' picks an atom or bond for editing. | |
===USAGE=== | ===USAGE=== | ||
edit (selection) [ ,(selection) ] | edit (selection) [ ,(selection) ] | ||
− | + | ||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.edit( string selection [ ,string selection ] ) | |
− | + | </source> | |
===NOTES=== | ===NOTES=== | ||
Line 14: | Line 14: | ||
If two selections are provided, the bond between them | If two selections are provided, the bond between them | ||
is picked (if one exists). | is picked (if one exists). | ||
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Cmd unpick]], [[Cmd remove_picked]], [[Cmd cycle_valence]], [[Cmd torsion ]] | |
− | [[Category:Commands| | + | [[Category:Commands|Edit]] |
Revision as of 13:47, 20 June 2009
DESCRIPTION
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
Cmd unpick, Cmd remove_picked, Cmd cycle_valence, Cmd torsion