boolean_operation
Combine two 3D objects using union, cut, or common boolean operations to create a new shape.
Instructions
Perform boolean operations between objects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | Yes | Type of boolean operation | |
| object1 | Yes | Name of the first object | |
| object2 | Yes | Name of the second object | |
| result_name | No | Name for the result object | BooleanResult |