* Add documentation to modules, and some constants and types Signed-off-by: Nick Cameron <nrc@ncameron.org> * Improve the language reference Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
26 lines
847 B
Markdown
26 lines
847 B
Markdown
---
|
|
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)
|
|
|