This is a read-only mirror of pymolwiki.org
Difference between revisions of "Unmask"
Jump to navigation
Jump to search
m (4 revisions) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
− | + | '''unmask''' reverses the effect of "mask" on the indicated atoms. | |
− | + | ||
− | |||
===PYMOL API=== | ===PYMOL API=== | ||
− | + | <source lang="python"> | |
− | + | cmd.unmask( string selection="(all)" ) | |
− | + | </source> | |
===USAGE=== | ===USAGE=== | ||
− | + | unmask (selection) | |
− | + | ||
− | |||
===SEE ALSO=== | ===SEE ALSO=== | ||
− | + | [[Cmd mask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]] | |
− | + | ||
− | + | [[Category:Commands|Unmask]] | |
− | [[Category:Commands| |
Latest revision as of 01:44, 28 March 2014
unmask reverses the effect of "mask" on the indicated atoms.
PYMOL API
cmd.unmask( string selection="(all)" )
USAGE
unmask (selection)