# レイヤ

レイヤを使用して FormIt オブジェクトの表示をコントロールします。

レイヤを使用した表示のコントロールについて詳しくは、[FormIt Primer](/ja/formit-primer/part-i/control-visibility-with-layers.md) を参照してください。

## レイヤを作成して名前を付ける

レイヤを作成して名前を付けるには、\[レイヤ]パネルで **\[+]** アイコンをクリックします。

![](/files/br4G1qs3xG635khX6Uml)

名前をダブルクリックしてレイヤの名前を変更したり、左側のチェックボックスを使用してそのレイヤのオブジェクトの表示/非表示を切り替えることができます。右側のチェックボックスは、レイヤのロック/ロック解除に使用します。ロックされたレイヤは表示されたままですが、選択や編集はできません。

## レイヤ上のオブジェクトを管理する

キャンバス内でオブジェクトを選択し、\[レイヤ]パネルの上部にあるドロップダウンを使用して、選択したオブジェクトを配置する先のレイヤを指定します。

![](/files/2sR2K3s34bq3a7HK6rHz)

FormIt には、「既定レイヤ」や「作業レイヤ」という概念がありません。新しく作成されるすべてのジオメトリは「レイヤなし」となるため、生成した後でオブジェクトをレイヤに再割り当てする必要があります。

レイヤを右クリックして\[レイヤ上のすべてを選択]を選択すると、このレイヤに現在割り当てられているすべてのジオメトリを選択できます。

![](/files/WRgqomOltfsaFMFYIIRI)

パネル内のレイヤをドラッグして新しい位置に動かすと、レイヤの順序を変更できます。ただし、この操作はジオメトリの表示には影響しません。パネル内が整理されるだけです。


---

# 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://windows.help.formit.autodesk.com/ja/tool-library/layers.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.
