Difference between revisions of "MGED CMD view"

From BRL-CAD
(New page: Category:MGED =view= __TOC__ ==Syntax== :''' view''' ''subcommand'' ==Argument(s)== : '''subcommand''' ::Valid Subcommand from below list. ==Return Value(s)== : No Return Values fo...)
 
m (Reverted edits by User000name (talk) to last revision by Ssd)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|View]]
 
+
[[category:MGED view manipulation|View]]
 
=view=
 
=view=
 
__TOC__
 
__TOC__

Latest revision as of 16:40, 5 December 2017

view[edit]

Syntax[edit]

view subcommand

Argument(s)[edit]

subcommand
Valid Subcommand from below list.

Return Value(s)[edit]

No Return Values for this command.


Description[edit]

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

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

No related commands.



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