shell
Hollow out a CAD body by removing specified face normals and setting thickness, creating a thin-walled part built inward, outward, or in both directions.
Instructions
Hollow out a body. face_normals_to_remove is a list of [nx, ny, nz] for faces to remove (e.g. [[0, 0, 1]] removes the top face). Empty / omitted = closed shell. direction: inside | outside | both.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| name | No | ||
| direction | No | inside | |
| thickness | Yes | ||
| face_normals_to_remove | No |