Difference between revisions of "Deselect"

From PyMOLWiki
Jump to navigation Jump to search
m
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
    "deselect" disables any and all visible selections
+
"deselect" disables any and all visible selections
+
 
 
===USAGE===
 
===USAGE===
    deselect
+
deselect
+
 
 
===PYMOL API===
 
===PYMOL API===
  <source lang="python">
+
  cmd.deselect()
  cmd.deselect()  
 
</source>
 
  
 
[[Category:Commands|deselect]]
 
[[Category:Commands|deselect]]

Revision as of 08:47, 22 February 2005

DESCRIPTION

"deselect" disables any and all visible selections

USAGE

deselect

PYMOL API

cmd.deselect()