Mask: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''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. | |||
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=== | ||
Line 9: | Line 6: | ||
===PYMOL API=== | ===PYMOL API=== | ||
<source lang="python"> | |||
cmd.mask( string selection="(all)" ) | |||
</source> | |||
===SEE ALSO=== | ===SEE ALSO=== |
Revision as of 14:49, 10 January 2006
DESCRIPTION
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)" )