Trace rotation points

Hi

I want to split these shapes so that they have darts, meaning if they are folded in the middle they will have the previous shape

How do I combine the outline points to trace as a polyline?


darts.gh (8.1 KB)

You just need to cull the duplicate points and sort them by angle:

darts_211103a.gh (11.2 KB)

-Kevin

1 Like

Thank you so much
Works perfectly!

Here is an another option approach:
darts_v3.gh (12.1 KB)

Edit: I updated the file. You dont need to sort the points.

1 Like

Thank you! This works great as well!