Hi all,
I have a list of point locations in one list, with Z = 0 that I want to replace these Z values from another list. From this example, all Z values in sub-list 0 will be 18, in sub-list 1 and 2 will be 23. The number of items from list on the left will always match the number of sub-list on the right.
Any help is highly appreciated!