This is a read-only mirror of pymolwiki.org

Difference between revisions of "Refresh"

From PyMOL Wiki
Jump to navigation Jump to search
 
m (5 revisions)
 
(4 intermediate revisions by one other user 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 03:53, 28 March 2014

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