cst_boolean_intersect
Intersects two solids, retaining only the common volume. Replaces the first solid with the intersection and deletes the second.
Instructions
Intersect two solids. Only the overlapping volume is kept, replacing solid1. Solid2 is deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solid1 | Yes | First solid in "Component:Solid" format | |
| solid2 | Yes | Second solid in "Component:Solid" format |