Difference between revisions of "Middle"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(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 14:39, 17 November 2009

middle goes to the middle of the movie.

USAGE

middle

PYMOL API

cmd.middle()