combine
Apply boolean operations to merge, subtract, or intersect multiple 3D bodies in Fusion 360 for CAD modeling.
Instructions
Combine multiple bodies using boolean operations (join, cut, intersect).
Input Schema
TableJSON 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. |