boolean_cleanup
Perform boolean operations on meshes and automatically clean up geometry by dissolving degenerate, removing duplicates, and converting tris to quads.
Instructions
Expert boolean operation with automatic cleanup pipeline. Uses EXACT solver + dissolve degenerate + remove doubles + tris to quads.
Parameters:
mesh_name: Target mesh
cutter_name: Cutter object. If empty, just runs cleanup on existing mesh.
operation: "DIFFERENCE", "UNION", "INTERSECT" (default: "DIFFERENCE")
auto_cleanup: Run full cleanup pipeline after boolean (default: True)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mesh_name | Yes | ||
| operation | No | DIFFERENCE | |
| cutter_name | No | ||
| auto_cleanup | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |