Point list in sequence

Hi @Steven ,
I read Your posts.

Node Points.SortPointsAlongCurve from Lunchbox is no longer available.

image

" ** Note that we have discontinued the Dynamo versions of this tool. Current and future versions of LunchBox are built for Grasshopper. The source code for the Dynamo version can be found here under the GNU license.*"

Can You copy-paste python script for that or send *.dyf file?

@Edit:
Is it possible to get surface “inside” area using points only? Surface by curves depends proper sequence too.

@Edit2:


Maybe I could add another condition - sort by length. Script will check not only vector’s angle from points to center but moreover their lenght. If vector v.n+1 wouldn’t fit to v.n and v.n+2 sequence, it would be pushed to another list and somehow added in the next step.