Difference between revisions of "Refresh"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
'''refresh''' causes the scene to be refresh as soon as it is safe to do so.
  "refresh" causes the scene to be refresh as soon as it is safe to
+
 
  do so.
 
 
 
===USAGE===
 
===USAGE===
+
refresh
  refresh
 
 
   
 
   
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">
+
<source lang="python">
  cmd.refresh()
+
cmd.refresh()
</source>
+
</source>
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[rebuild ]]
  rebuild  
+
 
 
 
[[Category:Commands|refresh]]
 
[[Category:Commands|refresh]]

Revision as of 14:51, 29 January 2006

DESCRIPTION

refresh causes the scene to be refresh as soon as it is safe to do so.

USAGE

refresh

PYMOL API

cmd.refresh()

SEE ALSO

rebuild