# 模型树

“模型树”提供了一种查看 FormIt 模型拓扑层次结构的方法。

通过转到“窗口”菜单并选中“模型树”旁边的框，来启用“模型树”。

![](/files/FqI57L1n2WFrR330K3IV)

在“模型树”中，由于每个“组”都有其自己的命令历史记录或“撤消/重做”堆栈，因此每个“组”都标识为“历史记录”。

在每个“历史记录”中，您会看到嵌套组、实例或几何对象（如实体）的列表。

还可以使用“模型树”查看附着到 FormIt 对象的非几何属性（字符串属性）。[可以使用 Dynamo 将字符串属性放置在由 SendToFormIt 节点创建的组上](https://formit.autodesk.com/page/formit-dynamo#dynamo-formit-nodes)。

![](/files/meU5LBoMDtWpl6MLi4Eu)


---

# 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/model-tree.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.
