* Fix various docs errors around std module Signed-off-by: Nick Cameron <nrc@ncameron.org> * remove KCL from lang docs titles and move settings docs Signed-off-by: Nick Cameron <nrc@ncameron.org> * Include functions declared in Rust in module docs Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
26 lines
609 B
Markdown
26 lines
609 B
Markdown
---
|
|
title: "solid"
|
|
subtitle: "Module in std"
|
|
excerpt: ""
|
|
layout: manual
|
|
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 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)
|
|
|