1. Description
This component is used to convert the geometry information extracted from the Import NX Model component into Rhino objects.
- Node → Point
- Element → Line, Surface, Solid
2. Grasshopper Path
[Midas] > [Tools] > [Draw NX Model]
3. Component Image
4. Input/Output Value
- Input Data
| Index | Name | Description | Type | Default | Previous Component |
|---|---|---|---|---|---|
| 1 | NODE | Nodes imported from Model File using Import NX Model | Object | - | Import NX Model |
| 2 | ELEM | Elements imported from Model File using Import NX Model | Object | - | Import NX Model |
- Output Data
| Index | Command | Description | Type | Method | Next Component |
|---|---|---|---|---|---|
| 1 | NODE | Point of Node | Object | - | - |
| 2 | BEAM | Line of Element | Object | - | - |
| 3 | PLATE | Surface of Element | Object | - | - |
| 4 | SOLID | Box of Element | Object | - | - |
5. Reference API Manual Link