TRANSLATE GEO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax=TRANSLATE_GEO <dx> <dy> [<dz>] [<num copies>] |description=:Scale the selected geometry. |param1=<dx>|param1_desc= {{dx}} |param2=...
 
ConnerO (talk | contribs)
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{Command|syntax=TRANSLATE_GEO <dx> <dy> [<dz>] [<num copies>]
{{Command|syntax=TRANSLATE_GEO <dx> <dy> [<dz>] [<num copies>]
|description=:Scale the selected geometry.  
|description=:Translate the selected geometry by the distance in x, y and/or z.  


|param1=<dx>|param1_desc=  {{dx}}
|param1=<dx>|param1_desc=  {{dx}}
|param2=<dy>|param2_desc=  {{dy}}
|param2=<dy>|param2_desc=  {{dy}}
|param3=[<dz>]|param3_desc=  {{dz}}
|param3=[<dz>]|param3_desc=  {{dz}}
|param4=[<num copies>]|param4_desc=  {{num copies}}
|param4=[<num copies>]|param4_desc=  {{number of copies}}
}}
}}


Line 13: Line 13:
:TRANSLATE_GEO 2, 4, 1, 4
:TRANSLATE_GEO 2, 4, 1, 4


 
:For an example macro see [[Geo_Transform]]
[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 17:48, 12 August 2010

Up

Command

TRANSLATE_GEO <dx> <dy> [<dz>] [<num copies>]


Translate the selected geometry by the distance in x, y and/or z.

Parameters

<dx>
The distance in the X axis direction.
<dy>
The distance in the Y axis direction.
[<dz>]
The distance in the Z axis direction.
[<num copies>]
The number of additional copies.

Example

TRANSLATE_GEO 2, 4, 1, 4
For an example macro see Geo_Transform