Difference between revisions of "MGED CMD view"

From BRL-CAD
(https://www.google.com/search?safe=strict&rlz=1C1GGRV_enUS759US759&q=free+falling+song+shes+a+good+girl&oq=free+falling+song+shes+a+good+girl&gs_l=psy-ab.3..33i22i29i30k1l2.1610.5105.0.5264.17.17.0.0.)
Line 2: Line 2:
 
[[category:MGED view manipulation|View]]
 
[[category:MGED view manipulation|View]]
 
=view=
 
=view=
 +
'''view''' is an [[MGED]] command.
 
__TOC__
 
__TOC__
  

Revision as of 16:10, 5 December 2017

view

view is an MGED command.

Syntax

view subcommand

Argument(s)

subcommand
Valid Subcommand from below list.

Return Value(s)

No Return Values for this command.


Description

Get/set view parameters (local units). The view command accepts the following subcommands:


center [x y z]
get/set the view center of the current view.
size [val]
get/set the view size of the current view.
eye [x y z]
get/set the eye point of the current view.
ypr [y p r]
get/set the yaw, pitch, and roll of the current view.
quat [v1 v2 v3 v4]
get/set the view in the form of a quaternion.
aet [a e t]
get/set the azimuth, elevation, and twist of the current view.

Example(s)

mged> view center
Get the view center.


mged> view center 0 0 0
Set the view center at the origin of model space.


See Also

No related commands.



Page Generated by David Loman on: 10/12/2007 at: 7:26:54 AM