EXPLODE SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
:EXPLODE_SOLID iref2, num, list | :EXPLODE_SOLID iref2, num, list | ||
:For an example in a real macro see [[Explode_Shape]] | |||
[[Category:Solids]] | [[Category:Solids]] |
Revision as of 20:31, 29 July 2010
Command
- Seperate out solids copied by TRANSLATE_SOLID or ROTATE_SOLID or MIRROR_SOLID
Parameters
- <solid number>
- Solid number.
- <num solids>
- Set the value of a number variable for the number of solids
- <array:list of solids>
- Set a custom array variable for the number of solids
Example
- EXPLODE_SOLID 3, num, list
- EXPLODE_SOLID iref2, num, list
- For an example in a real macro see Explode_Shape