List Length
The List Length node returns the number of elements in the list received as input.
Node usages
List Item
The List Item node returns a value corresponding to the specified index of the list received as input.
Node usages
Take Nth
The Take Nth node returns a list containing every nth value from the input list, starting from the specified index.
Node usages
Remove Nth
The Remove Nth node returns a list from which all values corresponding to the specified index multiples are removed.
Node usages
Number List Sort
The Number List Sort node returns the input numbers sorted in ascending order.
Node usages
Reverse List
The Reverse List node returns the input list in reverse order.
Node usages
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 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
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
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
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