Hi question,
There is a tree, whereby all branches contain 1 index. This inde represent a path structure.
I would like to replace the original path into the path which is present in the corresponding index.
I thought I had the ‘simple’ solution, which is shown below.
However, I noticed that when the ‘Path, names’ are NOT in Numerical order (0,1,2…), this is not working. See example below.
It looks like it has something to do that it replaces ‘the Patch Names’ based on Numerical order (0,1,2…) instead of the original given order.
2020-11-19 Replace path by index item_re_RE.gh (18.7 KB)
Any suggestions?
Thanks,