catia_boolean
Merge two CATIA bodies using boolean operations: add, remove, intersect, or union-trim. The tool body is consumed into the target body.
Instructions
Combine two bodies: add (union), remove (subtract), intersect, or union-trim. The tool body is consumed into the target body, which is the usual CATIA behaviour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Name for the resulting feature. | |
| operation | Yes | add | remove | intersect | union_trim. | |
| tool_body | Yes | Name of the body to combine in, e.g. 'Body.2'. | |
| target_body | No | Body to combine into. Defaults to the part's main body. |