MGED CMD rotobj

From BRL-CAD
Revision as of 09:54, 20 November 2009 by Ssd (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

rotobj

Syntax

rotobj [-i] x y z


Argument(s)

[-i]
Optional. Treat supplied values as increments, not absolutes.
x
X axis rotation, in degrees.
y
Y axis rotation, in degrees.
z
Z axis rotation, in degrees.


Return Value(s)

No Return Values for this command.


Description

The "rotobj" command rotates the currently edited object by z angle degrees about the z direction, y angle about the y direction, and x angle degrees about the x direction in that order. If an -i option is included, then the rotations are treated as increments to the previous rotations. MGED must be in the matrix edit mode for this command to be useful. The p command provides a similar capability for primitive editing.


Example(s)

mged> rotobj 0 0 25
Rotate the currently edited object by 25 degrees about the z direction from the original orientation


See Also

arot
rot
orot

Page Generated by David Loman on: 10/11/2007 at: 2:04:45 PM