kcl-lib 0.2.145

KittyCAD Language implementation and tools
Documentation
---
title: "{{name}}"
subtitle: "Type in {{module}}"
excerpt: "{{safe_yaml summary}}"
layout: manual
---

{{#if deprecated}}
**WARNING:** This type is deprecated.

{{/if}}
{{#if experimental}}
**WARNING:** This type is experimental and may change or be removed.

{{/if}}
{{{summary}}}

{{#if definition}}
```kcl
{{{definition}}}
```

{{/if}}
{{{description}}}


{{#if examples}}
### Examples

{{#each examples}}
{{#if this.content}}
```kcl
{{{this.content}}}
```
{{/if}}

{{#if this.image_path}}
![Rendered example of {{@root.name}} {{@index}}]({{this.image_path}})
{{/if}}

{{/each}}
{{/if}}