EXPLODE SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Command|syntax= [[Image:explode_solid.png|right|EXPLODE_SOLID]]EXPLODE_SOLID <solid number>, <num solids>, <array:list of solids> | {{Command|syntax= [[Image:explode_solid.png|right|EXPLODE_SOLID]]EXPLODE_SOLID <solid number>, <num solids>, <array:list of solids> | ||
|description=:Seperate out solids copied by [[TRANSLATE_SOLID]] or [[ROTATE_SOLID]] or [[MIRROR_SOLID]] | |description=:Seperate out solids copied by [[TRANSLATE_SOLID]] or [[ROTATE_SOLID]] or [[MIRROR_SOLID]]. | ||
|param1=<solid number>|param1_desc={{solid number}} | |param1=<solid number>|param1_desc={{solid number}} |
Revision as of 16:15, 2 August 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 macro see Explode_Shape