This is a read-only mirror of pymolwiki.org

Difference between revisions of "Rewind"

From PyMOL Wiki
Jump to navigation Jump to search
 
(2 intermediate revisions by the same user not shown)
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>
 +
 
 +
= See Also =
 +
[[:Category:Movies]]
 +
 
  
[[Category:Commabnds|rewind]]
+
[[Category:Movies]]
 +
[[Category:Commands|rewind]]

Revision as of 14:34, 11 June 2009

DESCRIPTION

rewind goes to the beginning of the movie.

USAGE

rewind

PYMOL API

cmd.rewind()

See Also

Category:Movies