Difference between revisions of "Mdump"

From PyMOLWiki
Jump to navigation Jump to search
 
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===DESCRIPTION===
+
 
+
'''mdump''' dumps the current set of movie commands.
  "mdump" dumps the current set of movie commands
+
 
 
 
===USAGE===
 
===USAGE===
   
+
  mdump
  mdump
+
 
 
 
===PYMOL API===
 
===PYMOL API===
<source lang="python">  
+
<source lang="python">
  cmd.mdump()
+
cmd.mdump()
</source>
+
</source>
  
 
===SEE ALSO===
 
===SEE ALSO===
+
[[mplay]], [[mset]], [[mdo]], [[mclear]], [[mmatrix]]  
  [[Cmd mplay]], [[Cmd mset]], [[Cmd mdo]], [[Cmd mclear]], [[Cmd mmatrix]]  
 
  
[[Category:Commands|mdump]]
+
[[Category:Commands|Mdump]]

Latest revision as of 14:39, 17 November 2009

mdump dumps the current set of movie commands.

USAGE

mdump

PYMOL API

cmd.mdump()

SEE ALSO

mplay, mset, mdo, mclear, mmatrix