I want to create lines between two lists of points—List A (midpoints of a polygon’s perimeter) and List B (polygon centers). The condition is that each point in List A connects to the nearest point in List B. I tried using Distance and Sort List, but I couldn’t make it work. Please help!
Here I uploaded the gh file. This solution doesn’t work for me because the points don’t recognize the nearest center. problem lines between two list.gh (149.2 KB)