Returns the ith element
ID
list-list-list-item
Name
List Item
Group
List
Package
List
Keywords
After creating a node, connect the list from which you want to select an element to the first port. You need to connect the index of the element to be selected to the second port. On the output port, we will get the ith element of the list.
List Item
Trim List
Reverse List
List Length
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
list | Any | Base list | |
index | Number | Index of item | 0 |
Outputs
Name | Type | Description |
---|---|---|
geometry | Any | List item |