EXPLODE SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|param1=<solid number>|param1_desc=Solid number | |param1=<solid number>|param1_desc=Solid number | ||
|param2=<num solids>|param2_desc={{parameter_variable_num_name}} the number of solids created. | |param2=<num solids>|param2_desc={{parameter_variable_num_name}} the number of solids created. | ||
|param3=<<nowiki>array:list of solids</nowiki>>|param3_desc={{ | |param3=<<nowiki>array:list of solids</nowiki>>|param3_desc={{parameter_array_any_name}} the list of solid numbers. | ||
}} | }} | ||
Revision as of 15:39, 17 January 2011
Command
- Seperate out solids copied by TRANSLATE_SOLID or 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