# Forma 中的 Dynamo

Dynamo 在 Forma 中作为扩展提供。目前，它有两种风格：桌面连接版本和作为封闭 Beta 版的基于云的集成。请在此[博客帖子](https://dynamobim.org/dynamo-in-forma/)中详细了解桌面版本，并在此[博客帖子](https://dynamobim.org/dynamo-as-a-service-powers-up-dynamo-player-in-forma/)中详细了解 Beta 版云集成。请注意，该博客是在封闭测试阶段发布的；云集成目前处于开放测试阶段，可供所有 Forma 用户使用。

### 什么是 Autodesk Forma？

Autodesk Forma 是一款云软件，为预设计和原理图设计提供了功能强大且易于使用的 AI 支持的工具。建筑师和设计师使用 Forma 在几分钟内对复杂的三维设计进行建模，通过实时环境分析优化生活质量和可持续性，并通过与 Revit、Rhino 和 Dynamo 的流畅连接继续设计过程。您可以在此处了解更多信息并开始免费试用或购买：[Autodesk Forma](https://www.autodesk.com/products/forma/overview?term=1-YEAR\&tab=subscription)。Forma 作为工程建设软件集的一部分提供。

### 什么是 Forma 中的 Dynamo Player？

Dynamo Player 是一个扩展程序，它为 Forma 用户带来了各种设计自动化功能。将 Dynamo Player 与 Forma 结合使用的一些主要优点：

* 简化的自动化：Dynamo Player 简化了在 Forma 中自动执行重复性任务和工作流的过程。只需单击几下，即可直接在 Forma 中执行使用 Dynamo 的可视化编程环境创建的自定义图形。这些图形在 Dynamo Player 中显示为列表，以便在需要时轻松选择和运行它们。这种简化的过程使您能够快速执行重复性任务，从而减少错误并提高效率。
* 易于使用的界面：Dynamo Player 提供用户友好型界面，使 Forma 用户无需 Dynamo 专业知识即可访问该 Player。将来，我们计划发布更多样例图形，使您可以访问 Dynamo 支持的自动化，而无需依赖开发人员或高级编码技能。
* 可自定义的参数：Dynamo Player 允许您定义自动化图形的输入参数，使您能够根据特定项目要求自定义图形行为。您可以设置选项和值，这些选项和值可以在每次执行图形时轻松修改，从而提供灵活性和对不同场景的适应性。
* 可重用性和共享：Dynamo Player 可促进 Forma 用户之间的协作和知识共享。可以跨多个站点保存和重用自动化图表，从而确保一致性和效率。此外，您还可以与 Forma 社区中的其他人共享脚本，使他们能够从您的自动化解决方案中受益，反之亦然。


---

# 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://primer2.dynamobim.org/zh-cn/dynamo-in-forma-beta.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.
