Difference between revisions of "Mask"

From PyMOLWiki
Jump to navigation Jump to search
m
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
===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.
 
'''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.
  
Line 11: Line 11:
  
 
===SEE ALSO===
 
===SEE ALSO===
[[Cmd unmask]], [[Cmd protect]], [[Cmd deprotect]], [[Cmd mouse]]
+
[[unmask]], [[protect]], [[deprotect]]
  
 
[[Category:Commands|Mask]]
 
[[Category:Commands|Mask]]

Latest revision as of 15:35, 28 August 2015

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

unmask, protect, deprotect