Middle: Difference between revisions

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

Latest revision as of 13:39, 17 November 2009

middle goes to the middle of the movie.

USAGE

middle

PYMOL API

cmd.middle()