EXPLODE SOLID: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
New page: {{Command|syntax= EXPLODE_SOLID <solid number>, <num solids>, <array:list of solids> |description=*DESCRPTION* |param1=<solid number>|param1_desc={{solid number}} |param2=<num solids>|par... |
No edit summary |
||
(24 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=<array:list of solids>|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 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