MIRROR SOLID: Difference between revisions

From Macros Wiki
Jump to navigationJump to search
ConnerO (talk | contribs)
No edit summary
Mikeo (talk | contribs)
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[:Solids:Editing_Solids|{{Up}}]]
[[:Solids:Editing_Solids|{{Up}}]]


{{Command|syntax=[[Image:mirror_solid.png|right|MIRROR_SOLID]]MIRROR_SOLID <axis>, <coord>, [<1/0>]
{{Command|syntax=[[Image:mirror_solid.png|right|MIRROR_SOLID]]MIRROR_SOLID <axis>, <coord>, [<copy>]
|description=:Rflects seleccted solids about the given axis and axis value.
|description=:Mirror currently selected solids.


|param1=<axis>|param1_desc={{axis}}
|param1=<axis>|param1_desc={{mirror_axis}}
|param2=<coord>|param2_desc={{coord}}
|param2=<coord>|param2_desc={{mirror_axis_value}}
|param3=[<1/0>]|param3_desc={{mirror}}
|param3=<copy>|param3_desc={{mirror_copy}}


}}
}}


===Example===
===Example===
:MIRROR_SOLID x, 0,0
:MIRROR_SOLID X, 0,0


:MIRROR_SOLID v, 4, 2
:MIRROR_SOLID V, 4, 2


:MIRROR_SOLID h, 2.5, 1
:MIRROR_SOLID H, 2.5, 1
:For an example macro see [[Solids]]
:For an example macro see [[Solids]]
[[Category:Solids]]
[[Category:Solids]]

Latest revision as of 15:41, 17 January 2011

Up

Command

MIRROR_SOLID
MIRROR_SOLID
MIRROR_SOLID <axis>, <coord>, [<copy>]


Mirror currently selected solids.

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_SOLID X, 0,0
MIRROR_SOLID V, 4, 2
MIRROR_SOLID H, 2.5, 1
For an example macro see Solids