Files
modeling-app/docs/kcl-std/modules/std.md
Adam Chalmers b898c27e74 Add KCL constants for sweep relativeTo strings (#6974)
* Add KCL constants for sweep relativeTo strings

Before:

```
sweep(pill, path = sweepPath, relativeTo = "trajectoryCurve")
```

After:

```
sweep(pill, path = sweepPath, relativeTo = sweep::TRAJECTORY)
```

* Update docs
2025-05-15 10:13:04 -07:00

1.6 KiB

title, subtitle, excerpt, layout
title subtitle excerpt layout
std Module in std:: The KCL standard library manual

The KCL standard library

Contains frequently used constants, functions for interacting with the KittyCAD servers to create sketches and geometry, and utility functions.

The standard library is organised into modules (listed below), but most things are always available in KCL programs.

You might also want the KCL language reference or the KCL guide.

Modules

Functions and constants