Deconstructs an analysis node into a point and an ID.
| Number | Name | Object Type | Description | Optional |
|---|---|---|---|---|
| 1 | Analysis Node | AnalysisNode | The analysis node to deconstruct. | No |
| Number | Name | Object Type | Description |
|---|---|---|---|
| 1 | Point | Point3d | The Rhino point associated with the analysis node. This point is in the model unit system. |
| 2 | ID | System.Int32 | The unique ID of the analysis node. |
