> For the complete documentation index, see [llms.txt](https://primer2.dynamobim.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://primer2.dynamobim.org/zh-cn/dynamo-compute-service.md).

# Dynamo 云计算

Dynamo 云计算将 Dynamo 可视化编程运行时的强大功能引入云。计算服务不会在本地计算机上运行图形，而是在安全的云环境中执行图形并返回结果。

## 什么是 Dynamo？

Dynamo 是一种可视化编程语言和创作环境，可用于通过将图形中的节点连接在一起来创建程序。Dynamo 运行时可执行这些图形，从而允许您自动执行复杂任务、生成几何图形并与其他软件集成。

## 计算服务的工作原理

通过基于云的客户端（例如 Forma 中的 Dynamo 播放器）使用 Dynamo 时，`.dyn` 图形文件将发送到计算服务以供执行。服务：

1. 接收图表和任何输入参数
2. 在隔离的云环境中执行图形
3. 将结果返回客户端应用程序

这种基于云的方法意味着您无需在本地安装 Dynamo 即可运行 Dynamo 图形，并且可以利用云计算能力进行复杂的操作。

## 为什么使用 Dynamo 云计算？

Dynamo 云计算支持您希望执行以下操作的方案：

**在无桌面安装的情况下运行图表**：直接从 Web 应用程序执行 Dynamo 图表，而无需用户在其计算机上安装 Dynamo 桌面版。

**协作和共享**：与可以通过 Forma 等 Web 界面运行图形的团队成员共享图形，从而更轻松地在组织中分发自动化工作流。

**利用云计算**：利用云基础设施进行计算密集型操作，而在本地计算机上可能需要更长的时间。

**标准化执行环境**：通过在受控云环境中运行图形，确保不同用户和计算机之间的行为一致。

**连接到 Forma**：使用 Dynamo 与 Forma API 交互。[有关更多详细信息，请参见此博客帖子。](https://dynamobim.org/design-to-configuration-your-rules-in-forma-and-revit-via-dynamo-part-1/)

## 主要特点

**云执行**：图形运行在云中，而不是在本地计算机上。这意味着：

* 无需安装 Dynamo 桌面版即可运行图形
* 访问云计算资源
* 不同用户之间一致的执行环境

**安全**：该服务在隔离环境中执行每个用户的图表，以确保数据安全和隐私。您的图表和数据与其他用户保持隔离。

**异步处理**：图形执行异步进行 - 客户端提交作业并可以检查其状态，直到作业完成。这样可以进行长时间运行的计算，而不会阻止您的工作流。

## 当前可用性

Dynamo 云计算目前通过以下方式提供：

* **Forma 公开 Beta 版中的 Dynamo 播放器**：直接在 Autodesk Forma 的 Web 界面中上传、共享和执行 Dynamo 图形

## 了解更多信息

* [Dynamo 云计算与 Dynamo 桌面版的差异](/zh-cn/dynamo-in-forma-beta/dynamo-compute-service-differences-with-desktop-dynamo.md) - 编写用于云执行的图形时需要注意的重要差异
* [引擎生命周期](/zh-cn/dynamo-compute-service/engine-lifecycle.md) - 有关支持的引擎版本及其生命周期的信息

***

> **注意：Beta 版服务**\
> Dynamo 云计算当前为 Beta 版。本文档中描述的支持时间线和更新策略代表了我们在试验和优化服务时的当前意图。这些并非保证，可能会根据用户反馈和操作经验而更改。


---

# 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:

```
GET https://primer2.dynamobim.org/zh-cn/dynamo-compute-service.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.
