Docs Home
/
KCL Standard Library
/
Functions
/
hollow

hollowFunction in std::solid

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

NameTypeDescriptionRequired
solidSolidWhich solid to hollow outYes
thicknessnumber(Length)The thickness of the remaining shellYes

Returns

Solid - A solid is a collection of extruded surfaces.

Examples

Found a typo?