EXPLODE SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(16 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | [[:Solids:Editing_Solids|{{Up}}]] | ||
|param1=<solid number>|param1_desc= | {{Command|syntax= [[Image:explode_solid.png|right|EXPLODE_SOLID]]EXPLODE_SOLID <solid number>, <num solids>, <array:list of solids> | ||
|param2=<num solids>|param2_desc= | |description=:Seperate out solids copied by [[TRANSLATE_SOLID]], [[ROTATE_SOLID]] or [[MIRROR_SOLID]]. | ||
|param3=<<nowiki>array:list of solids</nowiki>>|param3_desc= | |||
|param1=<solid number>|param1_desc=Solid number | |||
|param2=<num solids>|param2_desc={{parameter_variable_num_name}} the number of solids created. | |||
|param3=<<nowiki>array:list of solids</nowiki>>|param3_desc={{parameter_array_any_name}} the list of solid numbers. | |||
}} | }} | ||
===Example=== | ===Example=== | ||
:EXPLODE_SOLID | :EXPLODE_SOLID 3, num, list | ||
:EXPLODE_SOLID iref2, num, list | |||
:For an example macro see [[Explode_Shape]] | |||
[[Category:Solids]] | [[Category:Solids]] |
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