--- title: "solid" subtitle: "Module in std" excerpt: "This module contains functions for modifying solids, e.g., by adding a fillet or chamfer, or removing part of a solid. " layout: manual --- This module contains functions for modifying solids, e.g., by adding a fillet or chamfer, or removing part of a solid. ## Functions and constants * [`chamfer`](/docs/kcl-std/functions/std-solid-chamfer) * [`fillet`](/docs/kcl-std/functions/std-solid-fillet) * [`hollow`](/docs/kcl-std/functions/std-solid-hollow) * [`intersect`](/docs/kcl-std/intersect) * [`patternCircular3d`](/docs/kcl-std/patternCircular3d) * [`patternLinear3d`](/docs/kcl-std/patternLinear3d) * [`patternTransform`](/docs/kcl-std/patternTransform) * [`shell`](/docs/kcl-std/functions/std-solid-shell) * [`subtract`](/docs/kcl-std/subtract) * [`union`](/docs/kcl-std/union)