Hi all,
I’m wondering if there’s any node that is able to split a list into sublists at given indices?
The perimeter curves is the list I’m trying to split and the indices are in the list below that.
Thanks
Hi all,
I’m wondering if there’s any node that is able to split a list into sublists at given indices?
The perimeter curves is the list I’m trying to split and the indices are in the list below that.
Thanks
@jstevenson This is what you are looking for.
I have a similar issue. Was wondering if anyone can help.
I am trying to create a separate list that only includes row 0 from each list
Is there a way to day this?
Thanks
If you look at the solution offered in post 2 that offers exactly that… Also wouldn’t that be your input in “list0” in your “list.join” node?
Thats great Jonathan, this works a treat
Thanks for your help