# 标高和面积

在 FormIt 中创建几何图形后，可以应用标高以指示楼板高程所在的位置，并生成面积计算。

请查看 [FormIt Primer](/zh-cn/formit-primer/part-i/adding-floors-with-levels.md)，以了解标高的实际应用。

## 创建和配置标高

您会在 FormIt for Windows 的右侧找到“标高”面板：

![](/files/NHKz2rutmSF0wPPDXiyy)

### 创建和删除标高

* 通过单击“+”按钮，创建新的标高。
* 通过单击“++”按钮，创建一系列标高。
  * 这将允许指定要创建的标高数及其之间的垂直距离。
* 选择一个或多个标高，然后单击“-”即可将其删除。

### 重命名、设置高程和重新编号标高

* 通过双击标高名称或单击鼠标右键并选择“编辑名称”，来重命名标高。
* 通过双击编号或单击鼠标右键并选择“编辑高程”，来调整标高的高程。
* 单击顶部的“刷新”图标，以重新编号标高。
  * 如果已添加或删除标高，并且默认命名方案未同步（即标高 1、标高 2、标高 5），则这一方法非常有用。
  * 此按钮将忽略名称自定义的任何标高，但会重新编号名称遵循“标高 1”语法的任何标高。

## 应用标高

要将标高应用于对象，需要选择该对象，然后转到“特性”面板。

请注意，要将标高应用于对象，该对象必须是实体，且没有背面或无间隙问题。[了解如何检查模型是否存在无间隙和背面问题](https://formit.autodesk.com/blog/post/repairing-solid-models)。

在画布中选择实体对象（在本例中，为简单建筑外壳）后，“特性”面板将显示“使用标高”复选框。

* 如果 FormIt 草图已定义“标高”（如上所述），则选中此框将使用与此形状相交的所有“标高”（忽略任何过高或过低的“标高”）。
* 如果 FormIt 草图尚未包含标高，则选中此框将创建足够的默认标高。（12' 楼板之间的高度）以与整个形状相交，并自动将这些标高应用于该对象。

![](/files/JGrQr3Bgrz05IlXJp2cc)

## 标高 + Revit

将标高应用于 FormIt 几何图形后，使用 [FormIt Add-In](https://formit.autodesk.com/page/formit-revit) 时，这些标高将发送到 Revit。

在 Revit 中，可以使用 FormIt 标高创建体量楼层、面楼板和与 FormIt 标高关联的楼层平面。


---

# 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/levels-and-area.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.
