EXPLODE SOLID

From Macros Wiki
Jump to navigationJump to search

Up

Command

EXPLODE_SOLID
EXPLODE_SOLID
EXPLODE_SOLID <solid number>, <num solids>, <array:list of solids>


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