MIRROR GEO: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
New page: {{Up}} {{Command|syntax=MIRROR_GEO <axis> <axis value> [1/0] |description=:Reflect selected geometry about a line of reflection. |param1=<axis>|param1_des...
 
Mikeo (talk | contribs)
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Geometry:Creating_Geometry|{{Up}}]]
[[Geometry:Editing_Geometry|{{Up}}]]


{{Command|syntax=MIRROR_GEO <axis> <axis value> [1/0]
{{Command|syntax=MIRROR_GEO <axis> <coord> [<copy>]
|description=:Reflect selected geometry about a line of reflection.  
|description=:Mirror selected geometry.  


|param1=<axis>|param1_desc= {{axis}}
|param1=<axis>|param1_desc={{mirror_axis}}
|param2=<axis value>|param2_desc= {{axis value}}  
|param2=<coord>|param2_desc={{mirror_axis value}}  
|param3=<1/0>|param3_desc= 1 for copy, 0 for just mirror
|param3=<copy>|param3_desc={{mirror_copy}}
}}
}}


===Example===
===Example===
:MIRROR_GEO x, 4, 1
:MIRROR_GEO X, 4
 
:MIRROR_GEO V, 3.2, 1
 


[[Category:Geometry]]
[[Category:Geometry]]

Latest revision as of 00:04, 12 January 2011

Up

Command

MIRROR_GEO <axis> <coord> [<copy>]


Mirror selected geometry.

Parameters

<axis>
The axis. Must be a single character, one of X, Y, H or V.
<coord>
For mirror X (or H) this is the Y (or V) value.
For mirror Y (or V) this s the X (or H) value.
<copy>
Set to 1 for copy, 0 for just mirror.

Example

MIRROR_GEO X, 4
MIRROR_GEO V, 3.2, 1