# Dynamo とは、その動作の仕組みとは

Dynamo は、スタンドアロンの「Sandbox」モードで、または Revit、FormIt、Civil 3D などの他のソフトウェアのプラグインとして、ダウンロードして実行できる、[ビジュアル プログラミング](https://primer2.dynamobim.org/v/ja/a_appendix/a-1_visual-programming-and-dynamo) アプリケーションです。

{% hint style="info" %}
\[\*\*Dynamo Core\*\*/\*\*Revit\*\*/\*\*Sandbox\*\* の違いについて説明します。]\(<https://dynamobim.org/a-new-way-to-get-dynamo-sandbox/>)
{% endhint %}

### プロセス

Dynamo を使用すると、要素を相互に接続して、カスタム アルゴリズムを構成できる動作の関係とシーケンスを定義するビジュアル プログラミングのプロセス内での作業を可能にします。データの処理からジオメトリの生成まで、すべてリアルタイムで `code` を記述せずに、さまざまな用途にアルゴリズムを使用できます。

!

### ノードとワイヤを接続する

ノードとワイヤは、[ビジュアル プログラミング](/ja/a_appendix/a-1_visual-programming-and-dynamo.md) プロセスをサポートする Dynamo の主要なコンポーネントです。これにより、設計のパーツ間に明瞭な視覚的および体系的な関係を確立するのに役立ちます。マウスをクリックするだけでノードを簡単に接続しながら、設計ワークフローの開発および最適化ができます。

!

## 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/ja/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.
