booltool_auto_intersect
Intersect two 3D objects, retaining the overlapping volume and deleting the target object. Automatically uses Bool Tool extension or native fallback.
Instructions
Auto boolean intersect: keep only the overlapping volume of two objects.
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 main object. target_name: Name of the intersecting 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 | |||