Difference between revisions of "MGED CMD setview"
From BRL-CAD
(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...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Setview]] |
− | + | [[category:MGED view manipulation|Setview]] | |
=setview= | =setview= | ||
__TOC__ | __TOC__ |
Latest revision as of 07:54, 20 November 2009
setview[edit]
Contents
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]
Page Generated by David Loman on: 10/12/2007 at: 7:21:27 AM