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]] | |description=:Seperate out solids copied by [[TRANSLATE_SOLID]], [[ROTATE_SOLID]] or [[MIRROR_SOLID]]. | ||
|param1=<solid number>|param1_desc=Solid number | |param1=<solid number>|param1_desc=Solid number |
Latest revision as of 15:39, 17 January 2011
Command
- Seperate out solids copied by TRANSLATE_SOLID, ROTATE_SOLID or MIRROR_SOLID.
Parameters
- <solid number>
- Solid number
- <num solids>
- The name of a numeric variable to be set to the number of solids created.
- <array:list of solids>
- Name of array variable to be set to the list of solid numbers.
Example
- EXPLODE_SOLID 3, num, list
- EXPLODE_SOLID iref2, num, list
- For an example macro see Explode_Shape