Difference between revisions of "MGED CMD translate"

From BRL-CAD
(New page: Category:MGED =translate= __TOC__ ==Syntax== :''' translate''' ''x y z'' ==Argument(s)== : '''x''' :: X Axis component. : '''y''' :: Y Axis component. : '''z''' :: Z Axis comp...)
 
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|Translate]]
 
+
[[Category:MGED matrix commands|Translate]]
 
=translate=
 
=translate=
 
__TOC__
 
__TOC__

Latest revision as of 16:40, 5 December 2017

translate[edit]

Syntax[edit]

translate x y z


Argument(s)[edit]

x
X Axis component.
y
Y Axis component.
z
Z Axis component.


Return Value(s)[edit]

No Return Values for this command.


Description[edit]

The "translate" command is used to precisely control the translation of an object in both primitive edit and matrix edit modes. The keypoint of the edited object or shape is translated to the specified coordinates.


Example(s)[edit]

mged> translate 10 20 30
Move the currently edited object to the model coordinates (10 20 30).


See Also[edit]

No related commands.



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