This is a read-only mirror of pymolwiki.org

Difference between revisions of "Unpick"

From PyMOL Wiki
Jump to navigation Jump to search
m
 
m (5 revisions)
 
(2 intermediate revisions by the same user 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===
unpick
+
<source lang="python">
 +
unpick
 +
</source>
  
 
===PYMOL API===
 
===PYMOL API===
Line 11: Line 13:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd edit]]
+
[[Edit]]
  
 
[[Category:Commands|Unpick]]
 
[[Category:Commands|Unpick]]

Latest revision as of 03:36, 28 March 2014

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