> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/main/jp/tsru/tu-xing.md).

# 図形

<figure><img src="/files/6aa5100ae318fe2d85d9a6b7a4a042c808986aab" alt=""><figcaption></figcaption></figure>

***

## 使い方

{% stepper %}
{% step %}

#### 「図形」ツールを選択

シーンの下で、 <i class="fa-square" style="color:$primary;">:square:</i> <kbd><mark style="color:$primary;">**図形**<mark style="color:$primary;"></kbd> ツールメニューから選ぶと、使用できるいくつかのデフォルト図形が表示されます。長方形ツールはデフォルトで選択されています。下のオプションから選ぶには、矢印をクリックしてください：

* &#x20;<i class="fa-square" style="color:$primary;">:square:</i> <mark style="color:$primary;">**`長方形`**</mark> または `R` をキーボードで押す
* &#x20;<i class="fa-circle" style="color:$primary;">:circle:</i> <mark style="color:$primary;">**`楕円`**</mark> または `O` をキーボードで押す
* &#x20;<i class="fa-pipe" style="color:$primary;">:pipe:</i> <mark style="color:$primary;">**`線`**</mark> または `L` をキーボードで押す
  {% endstep %}

{% step %}

### シーンに描画する

キャンバス上をクリックしてドラッグし、選択した図形を描画します。サイズを変更するには図形の端や角のハンドルをドラッグし、位置を変更するには図形内からドラッグします。

<figure><img src="/files/ea4d303caff21e5ece060ce5fc75fb81ba323bfb" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 図形の色を変更する

<figure><img src="/files/6b8c225f92a79cb7a8c8f74839c4c609c75ae0b5" alt=""><figcaption></figcaption></figure>

1. サブメニュー左側の色の丸を選択します。
2. カラーパレットから選択する
3. カラーピッカーツールを使って色を選択する
4. テキスト入力欄にHEXカラー値を入力する
   {% endstep %}

{% step %}

### 透明度と影の調整

<figure><img src="/files/7136793f2051be2904f083647191f0503b1fee2d" alt=""><figcaption></figcaption></figure>

1. 数値パネルをクリックまたはドラッグして、不透明度とぼかしレベルを調整します
2. トグルボタンで影のオン／オフを切り替えます
3. パラメータを調整して、影のスタイルを変更します
   {% endstep %}

{% step %}

### 線の太さとスタイルの調整

<figure><img src="/files/bc76d9dc9a98c7dcdf5abebea9094cd7f1551185" alt=""><figcaption></figcaption></figure>

1. 線アイコンを開いて、さまざまな線スタイルから選択します
2. 数値を編集して線の太さを調整します。

長方形ツールの場合、  <i class="fa-square" style="color:$primary;">:square:</i> 長方形ツールでは、すべての角の半径または各角ごとの数値を変更して、半径を調整します。

<figure><img src="/files/0e29d5d79432ef4818a9db3c82bd6ca287a4c876" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.theseaai.com/main/jp/tsru/tu-xing.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
