MGED CMD viewset

From BRL-CAD
Revision as of 10:01, 18 August 2008 by Dloman (talk | contribs) (New page: Category:MGED =viewset= :: This is a developer command. __TOC__ ==Syntax== :''' viewset''' <''parameter value''> ==Argument(s)== : ''parameter'' :: Valid parameter from list below....)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


viewset

This is a developer command.

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

viewget



Page Generated by David Loman on: 10/12/2007 at: 7:28:27 AM