MIRROR SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
===Example=== | ===Example=== | ||
:MIRROR_SOLID | :MIRROR_SOLID X, 0,0 | ||
:MIRROR_SOLID | :MIRROR_SOLID V, 4, 2 | ||
:MIRROR_SOLID | :MIRROR_SOLID H, 2.5, 1 | ||
:For an example macro see [[Solids]] | :For an example macro see [[Solids]] | ||
[[Category:Solids]] | [[Category:Solids]] |
Revision as of 21:45, 11 January 2011
Command
- Mirror selected solids.
Parameters
- <axis>
- The axis. Must be a single character, one of X, Y, H or V
- <coord>
- Define an axis value or coordinate.
- <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