create_boolean
Combine, subtract, or intersect bodies in a Part Studio using boolean operations.
Instructions
Perform a boolean operation (union, subtract, intersect) on bodies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Boolean name | Boolean |
| elementId | Yes | Part Studio element ID | |
| documentId | Yes | Document ID | |
| booleanType | Yes | Boolean operation type | |
| toolBodyIds | Yes | Deterministic IDs of tool bodies | |
| workspaceId | Yes | Workspace ID | |
| targetBodyIds | No | Deterministic IDs of target bodies (for SUBTRACT/INTERSECT) |