MGED CMD viewget
From BRL-CAD
Revision as of 09:00, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =viewget= :: This is a developer command. __TOC__ ==Syntax== :''' viewget''' ''parameter'' ==Argument(s)== : ''parameter'' :: Valid parameter from list below. ==Ret...)
viewget
- This is a developer command.
Contents
Syntax
- viewget parameter
Argument(s)
- parameter
- Valid parameter from list below.
Return Value(s)
- No Return Values for this command.
Description
The "viewget" command displays various mged view parameters. The possible parameters are:
- aet
- list the azimuth, elevation, and twist for the current viewing aspect.
- center
- list the model coordinates (mm) of the center of the viewing cube.
- size
- list the size (mm) of a side the current mged display.
- eye
- list the model coordinates (mm) of the current eye point.
- ypr
- list the yaw, pitch, and roll angles (degrees) of the current viewing aspect.
- quat
- list the quaternion for the current viewing aspect.
Example(s)
- mged> viewget center
- List the model coordinates of the center of the mged viewing cube.
See Also
Page Generated by David Loman on: 10/12/2007 at: 7:28:04 AM