Replace item in a list

Hi all ;

I need some help with the "replace item " component.
I have a grafted tree with some points. I need to modify the position of a particular point in the list and replace it inside the list.
I used the replace item component before with no issues but I’m not succeeding now that I’m trying to use it in a grafted list.

Any help will be very much appreciated.

Joan
replace item.gh (9.7 KB)

You can’t use a tree branch path as an item index. In this case using Split Tree is more efficient than Replace Item.


replace item_re.gh (8.7 KB)

1 Like

Thank you very much Kim.