Difference between revisions of "SOLID UNION"
From Macros Wiki
Line 11: | Line 11: | ||
===Example=== | ===Example=== | ||
:SOLID_UNION 2, 1 | :SOLID_UNION 2, 1 | ||
− | + | {{solids_created_solidref}} | |
:For an example macro see [[Solids]] | :For an example macro see [[Solids]] | ||
[[Category:Solids]] | [[Category:Solids]] |
Revision as of 10:44, 17 January 2011
Command
- SOLID_UNION <solid 1>, <solid 2>
- Union 2 solids into a single solid.
Parameters
- <solid 1>
- The main solid
- <solid 2>
- Subtract, union or intersect this solid with the main solid.
Example
- SOLID_UNION 2, 1
- The variable SolidRef will be set to the number of the new solid.
- For an example macro see Solids