Util.mroll

From PyMOLWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

DESCRIPTION

util.mroll issues mdo commands to create full rotation

USAGE

util.mroll(start, finish, loop-flag)

EXAMPLE

In this next example, the protein is rotated through a full 360 sweep about the Y-axis over 120 frames

load test/dat/pept.pdb       # load a structure
mset 1 x120                  # define the movie
util.mroll(1,120,1)          # issues mdo commands to create full rotation over 120 frames
mpng                         # outputs png files of rotation

SEE ALSO