This is a read-only mirror of pymolwiki.org
Difference between revisions of "Unpick"
Jump to navigation
Jump to search
m |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
− | + | '''unpick''' deletes the special "pk" atom selections (pk1, pk2, etc.) used in atom picking and molecular editing. | |
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | unpick | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.unpick() | |
− | + | </source> | |
− | + | ||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Cmd edit]] | |
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Unpick]] |
Revision as of 14:28, 20 June 2009
DESCRIPTION
unpick deletes the special "pk" atom selections (pk1, pk2, etc.) used in atom picking and molecular editing.
USAGE
unpick
PYMOL API
cmd.unpick()