# 什麼是 Dynamo？它如何運作？

Dynamo 是一種[視覺程式設計](https://primer2.dynamobim.org/v/zh-tw/a_appendix/a-1_visual-programming-and-dynamo)應用程式，可以獨立的「沙箱」模式，或以其他軟體 (例如 Revit、FormIt 或 Civil 3D) 的外掛程式下載並執行。

{% hint style="info" %}
進一步瞭解 \[\*\*Dynamo Core\*\*/\*\*Revit\*\*/\*\*Sandbox\*\* 之間的差異。]\(<https://dynamobim.org/a-new-way-to-get-dynamo-sandbox/>)
{% endhint %}

### 流程

Dynamo 能讓我們在視覺程式設計流程中工作，在此流程中，我們將多個元素連接在一起以定義關係，和組成自訂演算法的動作序列。我們可以將演算法用於一系列廣泛的應用程式，從處理資料到產生幾何圖形，所有動作都是即時動作而不需要編寫 `code`。

!

### 連接節點和線路

節點和線路是 Dynamo 中支援[視覺程式設計](/zh-tw/a_appendix/a-1_visual-programming-and-dynamo.md)流程的關鍵元件。它有助於在設計的零件之間建立牢固的視覺和系統關係。在開發和最佳化設計工作流程時，只需按一下滑鼠即可輕鬆連接節點。

!

## Dynamo 可以達成什麼目標？

Dynamo 可對專案工作流程使用視覺程式設計以及開發自訂工具，可整合各種令人興奮的應用程式的各個面向。

[在 Pinterest 上關注「Dynamo in Action」圖版。](http://www.pinterest.com/modelabnyc/dynamo-in-action/)


---

# 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-tw/1_introduction/1-what-is-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.
