I have a list of points projected on a 3D scan which is a branched data. I had to flatern the list to find the points that fall inside a 3D polyline curve using Closest points. Now I am unable to find and sort the points according to the branched List A . I have tried multiple things but becasue the data is big all methods have failed.
If you know a way to populate a curve bases on the poximity of the polyline curve that will be the best.
I hope someone has a better idea of how to do this.
regards,
I wish you would add a sketch for better clarifying .
Not sure what exactly you want … I showed two guesses of mine Find points from List A to List B-01.gh (1.9 MB)
you can get the exact same result using no plugins via code, or with Replace Paths which will probably melt your CPU (unlock the component at your own risk )
I don’t know why you are using Closest Points instead of doing the hard work of creating BRep geometry to capture the points with Point in Brep. Faster and more exact. Creating the BReps is work you should do in Rhino though.