fusion_shell
Create a hollow shell from a solid body by specifying wall thickness and direction. Remove selected face indices to leave openings, producing containers like open-top boxes.
Instructions
Hollow out a solid body into a shell. Pass remove_face_indices (from fusion_get_body_info's face_index, matched by its normal/point_on_face_mm) to leave those faces open - e.g. remove the top face of a box to turn it into an open-top container. Omit for a fully closed hollow shell. direction: "inside" | "outside" | "both" - which way the wall thickness is measured from the original surface.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_id | Yes | ||
| direction | No | inside | |
| thickness_mm | Yes | ||
| remove_face_indices | No |