Refresh: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===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]]
[[Category:View Module|Refresh]]

Latest revision as of 13:49, 17 November 2009

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