booltool_auto_slice
Split a 3D object into two pieces using a target object as a boolean cutter. The cutter is automatically removed after slicing.
Instructions
Auto boolean slice: split the main object using the target as a cutter.
Creates two separate pieces from the intersection. The target object is removed after the operation.
Uses Bool Tool extension if installed, otherwise falls back to native boolean modifier (a warning will be included in the response).
Args: object_name: Name of the object to slice. target_name: Name of the cutter object (will be removed).
Returns: Confirmation dict with operation details. May include a 'warning' field if Bool Tool is not available and native fallback was used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_name | Yes | ||
| target_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||