MGED CMD arot

From BRL-CAD


arot

Syntax

arot x y z angle


Argument(s)

x y z
Specified Axis. Acceptable values are: 100, 010, and 001.
angle
In degrees. Amount of rotation.


Return Value(s)

No Return Values for this command.


Description

The "arot" command performs a rotation about the specified axis (x y z) using screen units (-2048 to +2048). The amount of rotation is determined by angle, which is in degrees. Exactly what is rotated and how it is rotated are dependent on MGED's state as well as the state of the display manager. For example, in normal viewing mode, this command simply rotates the view. However, in primitive edit mode, it rotates the shape being edited.

Example(s)

mged> arot 0 0 1 10
Rotate 10 degrees about z axis.


See Also

No related commands.



Page Generated by David Loman on: 10/11/2007 at: 11:41:15 AM