# 三角形を描く

![](/files/-LAM11Eur4ln4vVBfTDI)

3Dは三角形(さんかっけい)の集(あつ)まりで表現(ひょうげん)します。この三角形(さんかっけい)のことをポリゴンと呼(よ)んでいます。

ポリゴンを表示(ひょうじ)してみましょう。

## (1) スクリプト画面(がめん)を表示(ひょうじ)する

![](/files/-LAM11FGeZFUZFyOt8vt)

## (2) スクリプトを追加(ついか)する

![](/files/-LAM11H19sdIC1b43H2o)

## (2 注意) ブロックを追加(ついか)する時(とき)に、「画面を再描画せずに実行する」にチェックを入(い)れてください。

![](/files/-LAM11HOC0dtuQDxnZum)

## (3) 確認(かくにん)する

<https://scratch.mit.edu/projects/87995338/>

![](/files/-LAM11Hvq7jStYjjyVK6)

### (3-1) 右上(みぎうえ)の旗(はた)アイコンをクリックする

### (3-2) 三角形(さんかっけい)が表示(ひょうじ)されること

## (4) Good!!

![](/files/-LAM10sJw_6R0gkIIv-5)

よくできました。次(つぎ)のステップに進(すす)みましょう。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://firefirebook.firefirestyle.net/polygon/draw_polygon.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
