shell()
Hollows out a solid with the given wall thickness.
Returns: Shell
tip
See the guide for detailed usage examples.
Signatures
shell(thickness?: number): Shell
Hollows out a solid with the given wall thickness.
| Parameter | Type | Description |
|---|---|---|
thickness | number | The wall thickness (defaults to 2.5) (optional) |
shell(thickness: number, ...selections: SceneObject[]): Shell
Hollows out a solid, removing the selected faces.
| Parameter | Type | Description |
|---|---|---|
thickness | number | The wall thickness |
...selections | SceneObject[] | The face selections to remove (optional) |