> 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/zh-cn/8_coding_in_dynamo/8-2_geometry-with-design-script.md).

# 使用 DesignScript 的几何图形

在本节中，您将找到一系列有关使用 DesignScript 创建几何体的课程。接下来，将 DesignScript 示例复制到 Dynamo 代码块。

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

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