> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/de/8_coding_in_dynamo/8-2_geometry-with-design-script.md).

# Geometrie mit DesignScript

In diesem Abschnitt finden Sie eine Reihe von Lektionen zur Geometrieerstellung mit DesignScript. Machen Sie mit, indem Sie die DesignScript-Beispiele in Dynamo-Codeblöcke kopieren.

```js
// copy this code into a Code Block
// to start writing DesignScript

x = "Let's create some geometry!";
```
