List Length


List Length

The List Length node returns the number of elements in the list received as input.


Node usages


List Length Use

List Item


List Item

The List Item node returns a value corresponding to the specified index of the list received as input.


Node usages


List Item Use

Take Nth


Take Nth

The Take Nth node returns a list containing every nth value from the input list, starting from the specified index.


Node usages


Take Nth Use

Remove Nth


Remove Nth

The Remove Nth node returns a list from which all values corresponding to the specified index multiples are removed.


Node usages


Remove Nth Use

Number List Sort


Number List Sort

The Number List Sort node returns the input numbers sorted in ascending order.


Node usages


Number List Sort Use

Reverse List


Reverse List

The Reverse List node returns the input list in reverse order.


Node usages


Reverse List Use

List Sequence


List Sequence

The List Sequence node takes the first member of the list, the number of members, and the step size as input. It returns the created list through the output node.


Node usages


List Sequence Use

List Sequence SEC


List Sequence SEC

The List Sequence SEC node receives the first and last members of the list, as well as the number of members. It returns the created list through the output node.


Node usages


List Sequence SEC Use

AscDesc List


AscDesc List

The AscDesc List node takes the first member of the list, the number of members, and the step size as input. It returns the created ascending and descending lists through the output node.


Node usages


AscDesc List Use

Random Numbers List


Random Numbers List

The Random Numbers List node takes the first and last members of the list, as well as the number of members, as input. By using the Seed node, the type of randomness can be adjusted, and if the Boolean node is changed, the list is generated with either whole or rational numbers. The output node returns the created list, optionally in sorted form.


Node usages


Random Numbers List Use

Condition


Condition

The Condition node receives the conditional value and geometries as input. The output node returns the geometry that matches the input condition.


Node usages


Condition Use