Difference between revisions of "MGED CMD viewset"
From BRL-CAD
(New page: Category:MGED =viewset= :: This is a developer command. __TOC__ ==Syntax== :''' viewset''' <''parameter value''> ==Argument(s)== : ''parameter'' :: Valid parameter from list below....) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Viewset]] |
− | + | [[Category:MGED developer commands|Viewset]] | |
=viewset= | =viewset= | ||
:: This is a developer command. | :: This is a developer command. |
Revision as of 09:02, 18 November 2009
viewset
- This is a developer command.
Contents
Syntax
- viewset <parameter value>
Argument(s)
- parameter
- Valid parameter from list below.
- value
- Value for the parameter parameter.
Return Value(s)
- No Return Values for this command.
Description
The "viewset" command sets various
- mged> view parameters. More than one parameter may be set with one command. 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 currentmged 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> viewset center 1 2 3 size 100
- Set the model coordinates of the center of the
- mged> viewing cube to the point (1 2 3) and set the size of the viewing cube to 100 mm.
See Also
Page Generated by David Loman on: 10/12/2007 at: 7:28:27 AM