# 撤消管理器

FormIt 具有独特的“撤消/重做”系统，可以通过两种不同的方式使用它来按组撤消，或者按时间顺序和全局撤消：

* 编辑嵌套组时撤消/重做只会影响该组内所做的更改
  * 这意味着可以在此组中进行更改、在其他组中进行许多更改，然后返回原始组并可以选择撤消在此组中所做的上次更改，而不会影响最近在其他位置所做的更改
* “主草图”中的“撤消/重做”（不在编辑组时）与传统的“撤消/重做”系统类似：将根据时间顺序撤消在**任何**组中上次所做的更改。

  “撤消管理器”会记录 FormIt 模型中每个组内的每次更改，包括在“主草图”中所做的更改。这对于直观了解模型中任何组中已撤消的操作非常有用。

![](/files/kzuLV4LDIrXOGmq1kp0X)

“撤消管理器”将以**粗体**指示当前状态、此状态之前的任何操作，以及曾经存在但已撤消的任何操作。

可以在状态上单击鼠标右键并选择“滚动到”，以根据需要有效地撤消或重做，从而返回到该模型状态。

已明确删除的组或者由于“撤消”或“重做”而不再存在的组将显示为“\* 不活动 \*”。这些组可以通过在其父组内撤消或重做来恢复，直到它们重新存在。


---

# 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/undo_manager.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.
