combine
Combine multiple bodies in a 3D model using boolean operations such as join, cut, or intersect.
Instructions
Combine multiple bodies using boolean operations (join, cut, intersect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_body | Yes | Name of the target (base) body. | |
| tool_bodies | Yes | Names of the tool bodies to combine with target. | |
| operation | Yes | Boolean operation: 'join', 'cut', 'intersect'. | |
| keep_tools | No | Whether to keep the tool bodies after combining. |