This is a read-only mirror of pymolwiki.org

Difference between revisions of "Unmask"

From PyMOL Wiki
Jump to navigation Jump to search
 
m
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''unmask''' reverses the effect of "mask" on the indicated atoms.
  "unmask" reverses the effect of "mask" on the indicated atoms.
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.unmask( string selection="(all)" )
+
cmd.unmask( string selection="(all)" )
</source>
+
</source>
  
 
===USAGE===
 
===USAGE===
   
+
  unmask (selection)
  unmask (selection)
+
 
 
 
===SEE ALSO===
 
===SEE ALSO===
+
[[Cmd mask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]]
  [[Cmd mask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]]
+
 
+
[[Category:Commands|Unmask]]
[[Category:Commands|unmask]]
 

Revision as of 14:28, 20 June 2009

DESCRIPTION

unmask reverses the effect of "mask" on the indicated atoms.

PYMOL API

cmd.unmask( string selection="(all)" )

USAGE

unmask (selection)

SEE ALSO

Cmd mask, Cmd protect, Cmd deprotect, Cmd mouse