# Dynamo 设置

### Dynamo 作为扩展与 Dynamo Sandbox

Dynamo 是一个活动的开源开发项目。查看[支持 Dynamo 的软件列表](http://dynamobim.org/download/)。

### 启动 Dynamo 作为扩展

Dynamo 会随 **“Revit3D”**、**“FormIt”**、**“Civil3D”** 等软件一起预安装。

要开始使用，请从工具栏面板启动它。根据您使用的软件，通常可以从“菜单”> **“管理”** 选项卡找到启动图标。单击 Dynamo 图标 ![](/files/dmMIFtoBNmVxWt3RNZqX) 以启动它。

![](/files/B7dqfmKpqXpSeLRYehjZ)

有关将 Dynamo 与特定软件配合使用的更多指导，建议您参见以下部分：

* [适用于 Revit 的 Dynamo](/zh-cn/7_dynamo_for_revit.md)
* [Dynamo for Civil 3D](/zh-cn/dynamo-for-civil-3d.md)

如果您想将 Dynamo 用作单机版应用程序。继续阅读以获取有关下载 Sandbox 的指导。

### 获取 Dynamo Sandbox

#### 下载

Dynamo 应用程序可从 [Dynamo 网站](http://dynamobim.com)获得。正式版本、过去版本或预发布版本均可从下载页面获得。访问[获取 Dynamo](http://dynamobim.org/download/)页面，然后单击**下载**以获取正式发布的版本。

如果要查找以前或“前沿”开发版本，则可以在同一页面的下半部分找到所有版本。

{% hint style="info" %}
“前沿”开发可能包括一些尚未经过完全测试的新功能和实验性功能，因此可能不稳定。使用这一版本时，您可能会遇到错误或问题，请通过向我们的团队报告问题来帮助我们改进应用程序。

建议初学者下载稳定的正式版。
{% endhint %}

#### 解压缩

启动已下载的任何版本之前，您需要将内容解压缩到选定文件夹。

要执行此步骤，请下载[“7zip”](https://www.7-zip.org/download.html)并将其安装到您的计算机上。

在压缩文件上单击鼠标右键，然后选择 **“全部解压缩”**...

选择一个目标位置来解压缩所有文件。

#### 启动

在目标文件夹中，双击 **“DynamoSandbox.exe”** 可启动它

您将看到 DynamoSandbox 启动屏幕，如下所示。

恭喜您，现在已完成设置 DynamoSandbox，可立即使用！

{% hint style="info" %}
**“几何图形”** 是 Dynamo Sandbox 中的一项附加功能，仅适用于拥有以下 Autodesk 软件的当前固定期限的许可或许可的用户：Revit、Robot Structural Analysis、FormIt 和 Civil 3D。**“几何图形”** 允许用户从 Dynamo Sandbox 输入、创建、编辑和输出几何图形。
{% endhint %}


---

# 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/2_setup_for_dynamo.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.
