# 开发人员入门

#### 本手册的目的是什么？ <a href="#what-is-the-purpose-of-this-guide" id="what-is-the-purpose-of-this-guide"></a>

本手册的目的是帮助您了解 Dynamo 的 C# 开发可能性范围，从如何创建 Zero-Touch 节点到构建扩展。

> GitHub 上的 Dynamo 源代码

#### 我们还提供了哪些其他开发人员资源？ <a href="#what-additional-online-resources-do-we-provide" id="what-additional-online-resources-do-we-provide"></a>

**Dynamo**：下载 Dynamo 的最新稳定内部版和每日内部版

<https://dynamobuilds.com/>

**Dynamo GitHub**：Dynamo 是 GitHub 上的开源开发项目。

<https://github.com/DynamoDS/Dynamo>

**Dynamo GitHub WiKi**：这一直是开发人员文档的主要资源。

<https://github.com/DynamoDS/Dynamo/wiki>

**“节点命名标准”** 提供了在 Dynamo 中命名类别、节点以及输入和输出端口的标准和准则。

<https://github.com/DynamoDS/Dynamo/wiki/Naming-Standards>

**Dynamo 语言/API 手册**：Dynamo 的 API 文档目前涵盖了核心功能

<https://dynamods.github.io/DynamoAPI/>

**“DynamoBIM”** 获取其他信息、学习内容和论坛的最佳来源是 DynamoBIM 网站。

<https://dynamobim.org>

**“Dynamo 字典”** 所有 Dynamo 节点的可搜索数据库

[https://dictionary.dynamobim.com/](https://dictionary.dynamobim.com)

**“DesignScript 语言手册”** 编写 DesignScript 的 PDF 手册

[PDF](https://dynamobim.org/wp-content/uploads/forum-assets/colin-mccroneautodesk-com/07/10/Dynamo_language_guide_version_1.pdf)

#### 如何为此手册提出更改建议？ <a href="#how-can-i-suggest-changes-to-this-guide" id="how-can-i-suggest-changes-to-this-guide"></a>

本文档可以吸纳建议。可以直接在 GitHub 中通过创建更改请求，来实现这些更改。


---

# 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/1_developer_primer_intro.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.
