Replacing List Items

Apologies for Sunday evening question :slight_smile:

Say you have:

  1. List of values
  2. Another list with multiple branches (each branch has the same number of items as first list)
  3. Some pattern

You want to replace values in original list with items from other lists?

Replace.gh (7.8 KB)

ReplaceE.gh (12.9 KB)

1 Like

Thank you. But it is only works with static number of branches?


Replace.gh (13.2 KB)

2 Likes

Here is another way you just need to input the Branches you want to select from and indices of each branch you want to rplace

ReplaceE01.gh (15.8 KB)

1 Like

Thank you :blush: guys

Try this

1 Like

Hi Guys,
Thank you so much for help. But unfortunately I still can’t figure it out.

Imagine you have a list of 100 points, and 2 (but could be any number) groups of points inside curve boundaries.

2 groups of points are in the same tree.

I would like to replace Z values of original points with Z values of points inside boundaries.
To be able to do it I have to place them at the same index.

And it is where I have a problem.
NewContours_01.gh (15.3 KB)

Hi
could you please internalize the surface and the point params in the file ?

I just saw you seem to ask the same question in another thread too. In many cases it could be easier to help you with a context and a link to the complete Story ( you mentioned Daniel helped you). And not duplicating the thread which makes it even more difficult to follow up.