Skip to main content

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.

ParameterTypeDescription
thicknessnumberThe wall thickness (defaults to 2.5) (optional)

shell(thickness: number, ...selections: SceneObject[]): Shell

Hollows out a solid, removing the selected faces.

ParameterTypeDescription
thicknessnumberThe wall thickness
...selectionsSceneObject[]The face selections to remove (optional)