Hi everyone! I can’t figure out this problem, and I hope to find someone who knows the solution.
Here’s the problem: We receive several arrays of points, and we need to construct a line that sequentially connects all the points.
At the moment, the problem is only partially solved. In each array, the points are connected using the “Convex Hull” node, but now we need to obtain a complete, unified shape.
Could you please suggest how this can be done?
Dynamic facade.gh (283.0 KB)
Please post at least a screenshot of a typical situation or even better a Grassshopper definition with the relevant components and your input geometry internalised…
Yes, that’s correct! My apologies)
So for example these points…
Your mess starts here…
19 curves are scaled with 48 center points.
You can scale with just one centerpoint and grafting isn’t even necessary.
Sort the points when they’re in a line.
Knowing that the secend and second last should be first and last, simply reorder them.
Dynamic facade mrtn.gh (267.4 KB)