Difference between revisions of "MGED CMD arot"
From BRL-CAD
(New page: Category:MGED =arot= __TOC__ ==Syntax== :arot x y z angle ==Argument(s)== : '''x y z''' :: Specified Axis. Acceptable values are: 100, 010, and 001. : '''angle''' :: In degrees. ...) |
User000name (talk | contribs) |
||
Line 21: | Line 21: | ||
==Description== | ==Description== | ||
− | The "arot" command performs a rotation about the specified axis (x y z) using screen units (-2048 to +2048). The amount of rotation is determined by angle, which is in degrees. Exactly what is rotated and how it is rotated are dependent on | + | The "arot" command performs a rotation about the specified axis (x y z) using screen units (-2048 to +2048). The amount of rotation is determined by angle, which is in degrees. Exactly what is rotated and how it is rotated are dependent on [[MGED]]s state as well as the state of the display manager. For example, in normal viewing mode, this command simply rotates the view. However, in primitive edit mode, it rotates the shape being edited. |
− | |||
==Example(s)== | ==Example(s)== |
Revision as of 08:01, 23 November 2017
arot
Contents
Syntax
- arot x y z angle
Argument(s)
- x y z
- Specified Axis. Acceptable values are: 100, 010, and 001.
- angle
- In degrees. Amount of rotation.
Return Value(s)
- No Return Values for this command.
Description
The "arot" command performs a rotation about the specified axis (x y z) using screen units (-2048 to +2048). The amount of rotation is determined by angle, which is in degrees. Exactly what is rotated and how it is rotated are dependent on MGEDs state as well as the state of the display manager. For example, in normal viewing mode, this command simply rotates the view. However, in primitive edit mode, it rotates the shape being edited.
Example(s)
- mged> arot 0 0 1 10
- Rotate 10 degrees about z axis.
See Also
- No related commands.
Page Generated by David Loman on: 10/11/2007 at: 11:41:15 AM