Difference between revisions of "SOLID UNION"
From Macros Wiki
(New page: {{Command|syntax=SOLID_UNION <solid 1>, <solid 2> |description=*DESCRPTION* |param1=<solid 1>|param1_desc={{solid 1}} |param2=<solid 2>|param2_desc={{solid 2}} }} ===Example=== :- SOLI...) |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{Command|syntax=SOLID_UNION <solid 1>, <solid 2> | + | [[:Solids:Editing_Solids|{{Up}}]] |
− | |description= | + | |
+ | {{Command|syntax=[[Image:solid_union.png|right|SOLID_UNION]]SOLID_UNION <solid 1>, <solid 2> | ||
+ | |description=:Create a solid that is the union of 2 solids. | ||
|param1=<solid 1>|param1_desc={{solid 1}} | |param1=<solid 1>|param1_desc={{solid 1}} | ||
|param2=<solid 2>|param2_desc={{solid 2}} | |param2=<solid 2>|param2_desc={{solid 2}} | ||
− | |||
}} | }} | ||
===Example=== | ===Example=== | ||
− | : | + | :SOLID_UNION 2, 1 |
+ | {{solids_created_solidref}} | ||
+ | |||
+ | :For an example macro see [[Solids]] | ||
[[Category:Solids]] | [[Category:Solids]] |
Latest revision as of 11:47, 17 January 2011
Command
- SOLID_UNION <solid 1>, <solid 2>
- Create a solid that is the union of 2 solids.
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