Replacing list items with geometry

Dear forum
I couldn’t successfully replace list items with geometry. With the Replace Members component, it works fine with lists of strings. Trying to do the same with e.g. lines, it doesn’t work that way :frowning: .

After a long time of trying, I still don’t have a clue who it could work out. Do you know a way to replace the list items with geometry?

Thanks in advance for your support
Max

GH_replace_items_with_geometry.gh (11.7 KB)

Replace Memberswasn’t designed for geometries like lines…

You could useMember Indexand List Item.


GH_replace_items_with_geometry_re.gh (10.9 KB)

2 Likes

Thanks a lot! As you may have recognized, I’m still at the beginning of my grasshopper career :slight_smile: