Deconstructs a drift stack into points and drifts.
Number | Name | Object Type | Description | Optional |
---|---|---|---|---|
1 | Drift Stack | DriftStack | The drift stack to deconstruct. | No |
Number | Name | Object Type | Description |
---|---|---|---|
1 | Points | List<Point3d> | A list of Rhino points associated with the drift stack. The points are in the model unit system. |
2 | Drifts | List<Vector3d> | A list of Rhino 3d vectors that contain the drift (as a decimal) in the X, Y, and Z direction for each point in the ‘Points’ list. |