MGED CMD setview

From BRL-CAD

setview[edit]

Syntax[edit]

setview x-angle y-angle z-angle


Argument(s)[edit]

x-angle
Angle, in degrees, about the X Axis
y-angle
Angle, in degrees, about the Y Axis
z-angle
Angle, in degrees, about the Z Axis

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "setview" command sets the current view in MGED by specifying rotation angles (in degrees) about the x, y, and z axes. The rotations are performed about the z axis first, then the y axis, then the x axis. The "setview 0 0 0" command is a synonym for press top.

Example(s)[edit]

mged> setview 90 180 90
Set the current view to that set by ae 0 0.


See Also[edit]

ae
press

Page Generated by David Loman on: 10/12/2007 at: 7:21:27 AM