Difference between revisions of "MGED CMD tra"
From BRL-CAD
(New page: Category:MGED =tra= __TOC__ ==Syntax== :'''tra''' ''dx dy dz'' ==Argument(s)== : '''dx''' :: Change in X component. : '''dy''' :: Change in Y component. : '''dz''' :: Change in ...) |
m |
||
Line 1: | Line 1: | ||
− | [[Category:MGED]] | + | [[Category:MGED|Tra]] |
− | + | [[Category:MGED view manipulation|Tra]] | |
=tra= | =tra= | ||
__TOC__ | __TOC__ |
Latest revision as of 21:34, 30 November 2009
tra[edit]
Contents
Syntax[edit]
- tra dx dy dz
Argument(s)[edit]
- dx
- Change in X component.
- dy
- Change in Y component.
- dz
- Change in Z component.
Return Value(s)[edit]
- No Return Values for this command.
Description[edit]
The "tra" command translates the view or an object. Exactly what is done is determined by mged’s state as well as the state of the current display manager. The parameters dx, dy, and dz are in local units.
Example(s)[edit]
- mged> tra 10 0 0
- Translate by 10 units along the x axis.
See Also[edit]
Page Generated by David Loman on: 10/12/2007 at: 7:26:11 AM