Difference between revisions of "Rewind"

From PyMOLWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
===DESCRIPTION===
 
===DESCRIPTION===
+
"rewind" goes to the beginning of the movie.
  "rewind" goes to the beginning of the movie.
 
 
   
 
   
 
===USAGE===
 
===USAGE===
   
+
  rewind
  rewind
 
 
   
 
   
 
===PYMOL API===
 
===PYMOL API===
 
  <source lang="python">
 
  <source lang="python">
  cmd.rewind()  
+
cmd.rewind()  
 
  </source>
 
  </source>
  
[[Category:Commabnds|rewind]]
+
[[Category:Commands|rewind]]

Revision as of 22:35, 11 May 2005

DESCRIPTION

"rewind" goes to the beginning of the movie.

USAGE

rewind

PYMOL API

cmd.rewind()