Skip to content

pytha.boole_part_intersection

fabian-flassig edited this page Jun 8, 2026 · 1 revision

Creates the Boolean intersection of a set of parts (the volume shared by all parts). The result is a single part.

Similar to the Part tools I -> Boolean -> Intersection function in the PYTHA user interface.

pytha.boole_part_intersection(elements) 
Parameter Type Description
elements {element_handle_1, ...} A table of element handles of all the parts whose common volume should be kept

Return

Type Description
element_handle The element handle of the resulting part

See also:

pytha, Part Tools Functions, Element Handles, create_group, boole_part_union, boole_part_difference, boole_part_template

Clone this wiki locally