shell
Create hollow 3D models by removing selected faces and applying wall thickness in Fusion 360. Specify inside or outside shell direction for precise control.
Instructions
Shell a body to make it hollow, removing selected faces. Supports inside/outside thickness.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_name | Yes | Name of the body. | |
| face_indices | Yes | Array of face indices to remove (open faces). | |
| thickness | Yes | Wall thickness in mm (inside direction). | |
| outside_thickness | No | Outside wall thickness in mm. If specified, shell grows outward by this amount. | |
| direction | No | Shell direction: 'inside' or 'outside'. | inside |