This is a read-only mirror of pymolwiki.org

Difference between revisions of "Deselect"

From PyMOL Wiki
Jump to navigation Jump to search
m (6 revisions)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
−
===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]]

Latest revision as of 02:15, 28 March 2014

deselect disables any and all visible selections

USAGE

deselect

PYMOL API

cmd.deselect()