This is a read-only mirror of pymolwiki.org
Difference between revisions of "Mask"
Jump to navigation
Jump to search
m (5 revisions) |
|||
(6 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''mask''' makes it impossible to select the indicated atoms using the mouse. This is useful when you are working with one molecule in front of another and wish to avoid accidentally selecting atoms in the background. | |
− | + | ||
− | |||
− | |||
− | |||
− | |||
===USAGE=== | ===USAGE=== | ||
− | + | mask (selection) | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.mask( string selection="(all)" ) | |
− | + | </source> | |
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[unmask]], [[protect]], [[deprotect]] | |
− | |||
− | [[Category:Commands| | + | [[Category:Commands|Mask]] |
Latest revision as of 01:22, 19 October 2015
mask makes it impossible to select the indicated atoms using the mouse. This is useful when you are working with one molecule in front of another and wish to avoid accidentally selecting atoms in the background.
USAGE
mask (selection)
PYMOL API
cmd.mask( string selection="(all)" )