Remove Picked: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
'''remove_picked''' removes the atom or bond currently picked for editing.  
  "remove_picked" removes the atom or bond currently
 
  picked for editing.  
===USAGE===
===USAGE===
   
  remove_picked [hydrogens]
  remove_picked [hydrogens]
 
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.remove_picked(integer hydrogens=1)
cmd.remove_picked(integer hydrogens=1)
</source>
</source>


===NOTES===
===NOTES===
* This function is usually connected to the DELETE key and "CTRL-D".
  This function is usually connected to the
* By default, attached hydrogens will also be deleted unless hydrogen-flag is zero.
  DELETE key and "CTRL-D".
 
  By default, attached hydrogens will also be deleted unless
  hydrogen-flag is zero.
===SEE ALSO===
===SEE ALSO===
[[Attach]], [[Replace]]
  [[Cmd attach]], [[Cmd replace]]


[[Category:Commands|remove_picked]]
[[Category:Commands|Remove Picked]]
[[Category:Editing Module|Remove Picked]]

Latest revision as of 13:49, 17 November 2009

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.

SEE ALSO

Attach, Replace