archz2
1
I want to select separately two opposite lines of a rectangular surface using list item.
However, the two outputs give me the same set of two lines. How can I have different individual edges coming out of the outputs of list item?
list item_question.gh (9.0 KB)
HS_Kim
2
You provided item index 1 and 3 using panel, so the ‘i’ output result is 1 and 3 but the ‘+1’ result is 0 and 2 not the same set of curves.
Check the differences and you’ll know what I mean.
list item_question_re.gh (14.6 KB)
2 Likes
archz2
3
Thanks. Now I understood.
Just posting a screenshot with doodles for my own understanding if I stumble upon this further.
HS_Kim
4
Since you set the Wrap Index to “False”, so there can’t be 4th or 5th items like this.
1 Like
archz2
5