This is a read-only mirror of pymolwiki.org
Difference between revisions of "Unpick"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''unpick''' deletes the special "pk" atom selections (pk1, pk2, etc.) used in atom picking and molecular editing. | |
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | <source lang="python"> | |
− | + | unpick | |
− | + | </source> | |
+ | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.unpick() | |
− | + | </source> | |
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Edit]] | |
− | |||
− | [[Category:Commands| | + | [[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()