Difference between revisions of "MGED CMD viewget"
From BRL-CAD
m |
|||
Line 1: | Line 1: | ||
[[Category:MGED|Viewget]] | [[Category:MGED|Viewget]] | ||
[[Category:MGED developer commands|Viewget]] | [[Category:MGED developer commands|Viewget]] | ||
+ | [[category:MGED view manipulation|Viewget]] | ||
=viewget= | =viewget= | ||
:: This is a developer command. | :: This is a developer command. |
Latest revision as of 07:54, 20 November 2009
viewget[edit]
- This is a developer command.
Contents
Syntax[edit]
- viewget parameter
Argument(s)[edit]
- parameter
- Valid parameter from list below.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
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)[edit]
- mged> viewget center
- List the model coordinates of the center of the mged viewing cube.
See Also[edit]
Page Generated by David Loman on: 10/12/2007 at: 7:28:04 AM