Unpick: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
 
'''unpick''' deletes the special "pk" atom selections (pk1, pk2, etc.) used in atom picking and molecular editing.
  "unpick" deletes the special "pk" atom selections (pk1, pk2, etc.)
  used in atom picking and molecular editing.
   
   
===USAGE===
===USAGE===
<source lang="python">
  unpick
unpick
</source>
 
===PYMOL API===
===PYMOL API===
<source lang="python">
<source lang="python">
  cmd.unpick()
cmd.unpick()
</source>
</source>
 
===SEE ALSO===
===SEE ALSO===
[[Edit]]
  [[Cmd edit]]


[[Category:Commands|unpick]]
[[Category:Commands|Unpick]]

Latest revision as of 13:44, 17 November 2009

unpick deletes the special "pk" atom selections (pk1, pk2, etc.) used in atom picking and molecular editing.

USAGE

unpick

PYMOL API

cmd.unpick()

SEE ALSO

Edit