1. 概要
このコンポーネントは、Civil NXの「節点ローカル軸」機能を操作します。
選択した節点にローカル座標系を定義し、境界条件の入力や反力の出力に使用します。
「節点ローカル軸」機能は、Civil NXのメインメニューから選択できます。
[Node/Element] Tab > [Node Detail] Group > [Node Local Axis] Menu
2. Grasshopperパス
[Midas] > [Node/Element] > [Node Local Axis]
Case 1 - Angle Type
3. コンポーネント画像
4. 入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Node No. | Integer | - | - |
| 2 | ANGLE_X | Angle about X | Real | 0 | - |
| 3 | ANGLE_Y | Angle about Y | Real | 0 | - |
| 4 | ANGLE_Z | Angle about Z | Real | 0 | - |
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | SKEW |
Create Node Local Axis (Angle) |
Json | PUT/DELETE | - |
Case 2 - 3 Points
3. コンポーネント画像
4.入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Node No. | Integer | - | - |
| 2 | P0 | P0 Coordinate | Object | [0,0,0] | Point |
| 3 | P1 | P1 Coordinate | Object | [0,0,0] | Point |
| 4 | P2 | P2 Coordinate | Object | [0,0,0] | Point |
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | SKEW |
Create Node Local Axis (3 Point) |
Json | PUT/DELETE | - |
Case 3 - Vector
3. コンポーネント画像
4.入力/出力値
- 入力データ
| Index | Name | Description | Type | Default |
Previous |
|---|---|---|---|---|---|
| 1 | KEY | Node No. | Integer | - | - |
| 2 | V1 | Direction Vector V1 | Object | [0,0,0] | Vector |
| 3 | V2 | Direction Vector V2 | Object | [0,0,0] | Vector |
- 出力データ
| Index | Command | Description | Type | Method |
Next |
|---|---|---|---|---|---|
| 1 | SKEW |
Create Node Local Axis (Vector) |
Json | PUT/DELETE | - |
5. APIマニュアル参照リンク