# 图层

使用“图层”控制 FormIt 对象的可见性。

按照 [FormIt Primer](/zh-cn/formit-primer/part-i/control-visibility-with-layers.md) 所述，查看处于活动状态的图层。

## 创建和命名图层

在“图层”面板中，可以通过单击 **“+”** 图标来创建和命名图层。

![](/files/qOgLl0vR8ZThZQEF8eU1)

可以双击名称来重命名图层，也可以通过选中和取消选中左侧框来切换其对象的可见性。使用右侧复选框锁定和解锁图层。锁定的图层仍将可见，但不可选，也不可编辑。

## 管理图层上的对象

在画布中选择对象，然后使用“图层”面板顶部的下拉列表来指示应将选定对象放置到哪个图层。

![](/files/m7Q6MeQCbDsxVQaEqcPS)

FormIt 没有“默认”或“工作图层”的概念。所有新的几何图形都基于“无图层”创建，您需要将生成的对象重新指定给图层。

可以在图层上单击鼠标右键，然后选择“选择图层上的所有对象”来选择当前指定给该图层的所有几何图形。

![](/files/CRC3QckwsJVNfUFY4Eet)

还可以在面板中通过将图层拖放到新位置，来对图层重新排序。请注意，这不会影响几何图形可见性 - 这纯粹是面板中的组织工具。


---

# 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/zh-cn/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.
