Difference between revisions of "MGED CMD translate"

From BRL-CAD
('''male/female''' - a forward slash between two words or terms sometimes means that the two words or terms have the same meaning. Example:...)
Line 2: Line 2:
 
[[Category:MGED matrix commands|Translate]]
 
[[Category:MGED matrix commands|Translate]]
 
=translate=
 
=translate=
 +
'''translate''' is an [[MGED]] command.
 
__TOC__
 
__TOC__
  

Revision as of 16:13, 5 December 2017

translate

translate is an MGED command.

Syntax

translate x y z


Argument(s)

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


Return Value(s)

No Return Values for this command.


Description

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)

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


See Also

No related commands.



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