> 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/ja/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!";
```
