1. 概要
のコンポーネントは、Civil NXの「節点作成」機能を操作します。
新しい節点を作成したり、節点をコピーして同時に複数の節点を作成したりできます。
「節点作成」機能は、Civil NXのメインメニューから選択できます。 [Node/Element] tab > [General] group > [Create] menu > Create Node
2. Grasshopperパス
[Midas] > [Node/Element] > [Node]
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | NODE ID |
Node ID (If empty, the number will be entered automatically.) |
Integer |
- | - |
| 2 | Coordinate |
Node Coordinate {X, Y, Z} |
Object | - |
Point Object (by Rhino) |
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | NODE | Create Node | Json |
POST DELETE |
- |
5. APIマニュアル参照リンク