2025-05-06 11:02:55 +12:00
|
|
|
---
|
2025-05-11 19:32:33 +12:00
|
|
|
title: "KCL Language Reference"
|
2025-05-06 11:02:55 +12:00
|
|
|
excerpt: "Documentation of the KCL language for the Zoo Design Studio."
|
|
|
|
layout: manual
|
|
|
|
---
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
This is a reference for KCL. If you are learning KCL, you may prefer the [guide]() which explains
|
2025-05-12 12:59:45 +12:00
|
|
|
things in a more tutorial fashion. See also our documentation of the [standard library](/docs/kcl-std).
|
2025-05-11 19:32:33 +12:00
|
|
|
|
2025-05-06 11:02:55 +12:00
|
|
|
## Topics
|
|
|
|
|
2025-05-11 19:32:33 +12:00
|
|
|
* [Pipelines](/docs/kcl-lang/pipelines)
|
|
|
|
* [Arithmetic and logic](/docs/kcl-lang/arithmetic)
|
|
|
|
* [Values and types](/docs/kcl-lang/types)
|
|
|
|
* [Numeric types and units](/docs/kcl-lang/numeric)
|
|
|
|
* [Functions](/docs/kcl-lang/functions)
|
2025-05-12 12:59:45 +12:00
|
|
|
* [Projects and modules](/docs/kcl-lang/modules)
|
2025-05-11 19:32:33 +12:00
|
|
|
* [Attributes](/docs/kcl-lang/attributes)
|
2025-05-12 12:59:45 +12:00
|
|
|
* [Importing geometry from other CAD systems](/docs/kcl-lang/foreign-imports)
|
2025-05-11 19:32:33 +12:00
|
|
|
* [Settings](/docs/kcl-lang/settings)
|
|
|
|
* [Known Issues](/docs/kcl-lang/known-issues)
|