Hi all
I’m trying to make a function to ordering all my surfaces around a point in the same order every time.
I’m creating a surface that I split into different smaller surfaces to make a grid. Where are 8 surfaces around each point and I can split the surface into a different number of points (in this picture 6 points). But the problem is then I get my string of surfaces around each point they do not follow the same index order then I change the number of points. So, I want to get a string that has the same index for surfaces around each point as seen in the picture.
Surface_Aroundpoint.gh (20.8 KB)
Hope you can help