MGED CMD setview
From BRL-CAD
Revision as of 08:42, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =setview= __TOC__ ==Syntax== :setview ''x-angle y-angle z-angle'' ==Argument(s)== : ''x-angle'' :: Angle, in degrees, about the X Axis : y-angle'' :: Angle, in degr...)
setview
Contents
Syntax
- setview x-angle y-angle z-angle
Argument(s)
- 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)
- No Return Values for this command.
Description
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)
- mged> setview 90 180 90
- Set the current view to that set by ae 0 0.
See Also
Page Generated by David Loman on: 10/12/2007 at: 7:21:27 AM