Remove Picked: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''remove_picked''' removes the atom or bond currently picked for editing. | |||
===USAGE=== | ===USAGE=== | ||
remove_picked [hydrogens] | |||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.remove_picked(integer hydrogens=1) | |||
</source> | |||
===NOTES=== | ===NOTES=== | ||
* This function is usually connected to the DELETE key and "CTRL-D". | |||
* By default, attached hydrogens will also be deleted unless hydrogen-flag is zero. | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
[[Cmd attach]], [[Cmd replace]] | |||
[[Category:Commands|remove_picked]] | [[Category:Commands|remove_picked]] |
Revision as of 12:14, 29 June 2005
DESCRIPTION
remove_picked removes the atom or bond currently picked for editing.
USAGE
remove_picked [hydrogens]
PYMOL API
cmd.remove_picked(integer hydrogens=1)
NOTES
- This function is usually connected to the DELETE key and "CTRL-D".
- By default, attached hydrogens will also be deleted unless hydrogen-flag is zero.