Closure to List Node

Closure to List node.

The Closure to List node evaluates a closure multiple times and stores the resulting values in a list.

This is useful for generating lists procedurally, where each iteration can produce a different value based on the current index or other inputs.

Entradas

Cantidad

The number of elements to generate in the output list.

Clausura

The closure that is evaluated once for each list element.

Propiedades

Items

A list of all items evaluated from the input closure.

Each item definition creates a corresponding list output.

Tipo de conector

The data type of the values stored in the generated list.

Forma

The data structure used for the list items. This can be any supported socket shape, such as single values, fields or grids.

Salidas

Each item defined in the node properties creates a separate list output.