2025-05-06 11:02:55 +12:00
|
|
|
---
|
2025-05-07 10:33:23 +12:00
|
|
|
title: "prelude"
|
|
|
|
subtitle: "Module in "
|
2025-05-06 11:02:55 +12:00
|
|
|
excerpt: "The KCL standard library "
|
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
|
|
|
The KCL standard library
|
|
|
|
|
|
|
|
Contains frequently used constants, functions for interacting with the KittyCAD servers to create sketches and geometry, and utility functions.
|
|
|
|
|
|
|
|
## Modules
|
|
|
|
|
2025-05-06 16:09:59 +12:00
|
|
|
* [`array`](/docs/kcl-std/modules/std-array)
|
2025-05-06 11:02:55 +12:00
|
|
|
* [`math`](/docs/kcl-std/modules/std-math)
|
|
|
|
* [`sketch`](/docs/kcl-std/modules/std-sketch)
|
|
|
|
* [`solid`](/docs/kcl-std/modules/std-solid)
|
2025-05-06 16:09:59 +12:00
|
|
|
* [`transform`](/docs/kcl-std/modules/std-transform)
|
2025-05-06 11:02:55 +12:00
|
|
|
* [`turns::turns`](/docs/kcl-std/modules/std-turns)
|
|
|
|
* [`types`](/docs/kcl-std/modules/std-types)
|
|
|
|
* [`units::units`](/docs/kcl-std/modules/std-units)
|
|
|
|
|
|
|
|
## Functions and constants
|
|
|
|
|
|
|
|
* [`END`](/docs/kcl-std/consts/std-END)
|
|
|
|
* [`START`](/docs/kcl-std/consts/std-START)
|
|
|
|
* [`X`](/docs/kcl-std/consts/std-X)
|
|
|
|
* [`XY`](/docs/kcl-std/consts/std-XY)
|
|
|
|
* [`XZ`](/docs/kcl-std/consts/std-XZ)
|
|
|
|
* [`Y`](/docs/kcl-std/consts/std-Y)
|
|
|
|
* [`YZ`](/docs/kcl-std/consts/std-YZ)
|
|
|
|
* [`Z`](/docs/kcl-std/consts/std-Z)
|
|
|
|
* [`helix`](/docs/kcl-std/functions/std-helix)
|
|
|
|
* [`offsetPlane`](/docs/kcl-std/functions/std-offsetPlane)
|
|
|
|
|