ITOOL_ROTATE_VIEW_KPB
Name
ITOOL_ROTATE_VIEW_KPB
Purpose
Rotate the specified view in an iTool around 'axis' by the amount 'rotation'.
Category
Graphics and display.
Calling Sequence
ITOOL_ROTATE_VIEW_KPB, rotation, axis
Input
rotation : Amount to rotate in degrees.
axis : 3-element array specifying the rotation axis in the user data
coordinate space. For example, [0, 0, 1] rotates the volume around
the viewing z-axis.
Keywords
ITOOL_ID : ID of an active iTool. If omitted, the default is to use the current iTool.
VIEW : Name of view to rotate. If omitted, the default is 'VIEW_1'.
Output
PNG file.
Modification History
K. Bowman, 2006-01-11.