> For the complete documentation index, see [llms.txt](https://windows.help.formit.autodesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://windows.help.formit.autodesk.com/zh-cn/formit-primer/part-i/adding-floors-with-levels.md).

# 1.4 - 添加楼层与标高

*借助标高，可以使用各个楼层基准对体量进行剖切，并计算每个建筑体量的总面积。当文件转换为 Revit 时，FormIt 楼层及其自定义名称将转换为 Revit 标高。*

*如果未完成最后一部分，请从 **“FormIt Primer Part 1 数据集”** 下载并打开 **“1.4 - Add Floors with Levels.axm”** 文件。*

## **创建和自定义标高**

1 - 创建标高的步骤：

1. 转到 **“选项板栏”** 中的 **“标高选项板”**。
2. 单击 **“+”**（**“添加标高”**）四次，以创建四个标高。
3. 双击每个标高的当前高程，以将其修改为：**“0’-0"”、“2'-2"”、“4’-6"”** 和 **“17’-8"”**。
4. 双击每个标高的当前名称，并将其重命名为：**“地面”、“阶地”、“主建筑物”** 和 **“屋顶顶部”。**

![](/files/Q3nx3A8T6rp9FCYeP5oM)

***注意**：可以单击* ***“++”*** *图标，以创建多个具有指定均匀间距的标高。这对于多层建筑很方便*。

## **将标高应用于几何图形**

*在前面的步骤中，我们仅创建了标高。现在，我们已准备好将这些标高应用于已创建的几何图形。*

1 - 将标高应用于现有几何图形的步骤：

1. 通过双击整个上阶地体量将其选中。
2. 在 **“特性选项板”** 中，单击 **“使用标高”**。此步骤将预先选择当前与选定几何图形相交的所有标高。
3. 现在，当前选定的几何图形已应用三个标高（即 **“主建筑物”、“阶地”** 和 **“地面”**），但在本练习中，我们仅希望应用 **“地面”**。取消选中 **“主建筑物”** 和 **“阶地”**。
4. 此过程将确保在总面积计算中仅考虑与 **“地面”** 相交的面积，这可在 **“按标高划分的面积”** 字段中见到。

![](/files/1f3KBmnit5UHUs9k64nz)

***注意**：如果在体量上未看到蓝色标高线，请键入* ***“DL”*** *以* ***“显示标高”**。*

![](/files/XROsjcqQelzDinhn6Fwn)


---

# 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://windows.help.formit.autodesk.com/zh-cn/formit-primer/part-i/adding-floors-with-levels.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.
