boolean_operation
Combine or subtract mesh objects using boolean operations. Apply difference, union, or intersect with exact or fast solver for precise modeling.
Instructions
Perform a boolean operation between two mesh objects.
Parameters:
target_name: Object to modify (the base mesh)
cutter_name: Object used as the cutting/joining tool
operation: DIFFERENCE (subtract), UNION (merge), INTERSECT (keep overlap)
solver: EXACT (better quality) or FAST (faster but less reliable)
apply: If True (default), applies the modifier and deletes the cutter object
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_name | Yes | ||
| cutter_name | Yes | ||
| operation | No | DIFFERENCE | |
| solver | No | EXACT | |
| apply | No |