Hi all,
I’m currently trying to write a grasshopper definition that takes a mesh (3d scan imported as an obj file with color) and converts coloured lines on the mesh to curves.
I’m able to get only the vertices with a certain color. But in a next step i want to fit a curve through a subset of these vertices.
In rhino this works fine with the CurveThroughPt command.
But when i try to achieve the same in grasshopper I end up with a curve like the one in the image below.
I guess the problem is that the points in my list are not in the right order.
I’ve been searching the forum but i cannot find a good way to solve this.
color based line.gh (2.6 MB)
Thanks,
Tom




