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?: NumberParam): Shell

Hollows out a solid with the given wall thickness.

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

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

Hollows out a solid, removing the selected faces.

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