Deselect: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
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 07:47, 22 February 2005

DESCRIPTION

"deselect" disables any and all visible selections

USAGE

deselect

PYMOL API

cmd.deselect()