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....)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Viewset]]
 
+
[[Category:MGED developer commands|Viewset]]
 +
[[category:MGED view manipulation|Viewset]]
 
=viewset=
 
=viewset=
 
:: This is a developer command.
 
:: This is a developer command.
Line 21: Line 22:
  
 
==Description==
 
==Description==
The "viewset" command sets various
+
The "viewset" command sets various mged view parameters. More than one parameter may be set with one command. The possible parameters are:  
 
 
:mged> view parameters. More than one parameter may be set with one command. The possible parameters are:  
 
  
 
:aet  
 
:aet  

Latest revision as of 08:52, 20 November 2009

viewset[edit]

This is a developer command.

Syntax[edit]

viewset <parameter value>

Argument(s)[edit]

parameter
Valid parameter from list below.
value
Value for the parameter parameter.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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)[edit]

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[edit]

viewget



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