Unmask: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
===DESCRIPTION=== | ===DESCRIPTION=== | ||
'''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|unmask]] |
Revision as of 23:43, 14 June 2005
DESCRIPTION
unmask reverses the effect of "mask" on the indicated atoms.
PYMOL API
cmd.unmask( string selection="(all)" )
USAGE
unmask (selection)