Difference between revisions of "MGED CMD orientation"

From BRL-CAD
(New page: Category:MGED =orientation= __TOC__ ==Syntax== :orientation x y z w ==Argument(s)== : '''x''' :: X component of direction. : '''y''' :: Y component of direction. : '''z''' :: Z c...)
 
 
Line 1: Line 1:
[[Category:MGED]]
+
[[Category:MGED|Orientation]]
 
+
[[category:MGED view manipulation|Orientation]]
 
=orientation=
 
=orientation=
 
__TOC__
 
__TOC__

Latest revision as of 01:40, 20 November 2009

orientation[edit]

Syntax[edit]

orientation x y z w


Argument(s)[edit]

x
X component of direction.
y
Y component of direction.
z
Z component of direction.
w
Twist component of direction.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "orientation" command sets the view direction for MGED from the quaternion specified on the command line.


Example(s)[edit]

mged> orientation 1 0 0 0
Set viewing direction to bottom


See Also[edit]

ae

Page Generated by David Loman on: 10/11/2007 at: 1:55:01 PM