Skip to main content

reverse list

Reverse a list

Written by Holly Conrad Smith

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

  1. Feed in a list

  2. The output is the same list items in the opposite order

Did this answer your question?