Mask: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
"mask" makes it impossible to select the indicated atoms using the
  "mask" makes it impossible to select the indicated atoms using the
mouse.  This is useful when you are working with one molecule in
  mouse.  This is useful when you are working with one molecule in
front of another and wish to avoid accidentally selecting atoms in
  front of another and wish to avoid accidentally selecting atoms in
the background.
  the background.
 
===USAGE===
===USAGE===
   
  mask (selection)
  mask (selection)
 
===PYMOL API===
===PYMOL API===
  <source lang="python">  
  <source lang="python">
  cmd.mask( string selection="(all)" )
cmd.mask( string selection="(all)" )
  </source>
  </source>


===SEE ALSO===
===SEE ALSO===
[[Cmd unmask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]]
  [[Cmd unmask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]]


[[Category:Commands|mask]]
[[Category:Commands|mask]]

Revision as of 23:13, 28 April 2005

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)" )

SEE ALSO

Cmd unmask, Cmd protect, Cmd deprotect, Cmd mouse