Make the inside of a 3D object hollow.
Remove volume from a 3-dimensional shape such that a wall of the
provided thickness remains around the exterior of the shape.
By default, it'll look visually the same, but you can see the difference
if you use appearance to make it transparent, or cut it open with
a subtract.
Arguments
| Name | Type | Description | Required |
|---|---|---|---|
solid | Solid | Which solid to hollow out | Yes |
thickness | number(Length) | The thickness of the remaining shell | Yes |
Returns
Solid - A solid is a collection of extruded surfaces.