Middle: Difference between revisions

From PyMOLWiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
===DESCRIPTION===
===DESCRIPTION===
'''middle''' goes to the middle of the movie.
  "middle" goes to the middle of the movie.
 
===USAGE===
===USAGE==
  middle
   
 
  middle
===PYMOL API===
===PYMOL API===
<source lang="python">  
<source lang="python">
  cmd.middle()  
cmd.middle()  
</source>
</source>


[[Category:Commands|middle]]
[[Category:Commands|middle]]

Revision as of 20:40, 13 June 2005

DESCRIPTION

middle goes to the middle of the movie.

USAGE

middle

PYMOL API

cmd.middle()