Use this when you want to reverse the order of a list within a flow, for example flipping a point sequence to change the direction of a vector.
Inputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The list to reverse |
Outputs
Name | Abbreviation | Type | Access | Description |
List | L | Any | List | The reversed list |
How to
Feed in a list
The output is the same list items in the opposite order

