pytha.boole_part_union - pytha-3d-cad/pytha-lua-api GitHub Wiki
Creates the Boolean union of a set of parts (geometrically merging the parts). The result is a single part.
Similar to the Part tools I -> Boolean -> Union function in the PYTHA user interface.
pytha.boole_part_union(elements)
| Parameter | Type | Description |
|---|---|---|
elements |
{element_handle_1, ...} |
A table of element handles of all the parts that should be merged |
Return
| Type | Description |
|---|---|
element_handle |
The element handle of the resulting part |
See also:
pytha, Part Tools Functions, Element Handles, create_group, boole_part_difference, boole_part_template