algorithmic modeling for Rhino
Hi, I have a problem.
I used the componet "list index" and it has given me a list .
But I want extract items of this list. If I use the componet "list index" again, it not returns results. There is an other way to extract items (not index) from a list?
Please, answer.
Tags:
Replies are closed for this discussion.
have you tried list item?
Welcome to
Grasshopper
Added by Parametric House 0 Comments 1 Like
Added by Parametric House 0 Comments 0 Likes
© 2025 Created by Scott Davidson. Powered by
"list item" retrieve a specific item from a list, giving as input the indeces that correspond to items.
instead,I want retrieve a specific item from a list, giving as input another list that contains some items contained in the initial list.