SOLID UNION: Difference between revisions
From Macros Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Command|syntax=[[Image:solid_union.png|right|SOLID_UNION]]SOLID_UNION <solid 1>, <solid 2> | {{Command|syntax=[[Image:solid_union.png|right|SOLID_UNION]]SOLID_UNION <solid 1>, <solid 2> | ||
|description=: | |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}} | ||
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]] |
Latest revision as of 15:47, 17 January 2011
Command
- 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