Plot Circle Along the curve and get the intersection

Hi Guys,
Good day, I just want to create a circle along the curve and then form a circle on each curve and circle intersection like the image below:

Thanks

Once this one is established, I would like to connection each intersection points with a line starting from the starting point.

Managed to figure this out but it takes a longer definition, I am wondering if there is a smarter and shorter approach?
Cheers.

You can use Divide by distance to create the circles

2 Likes

Thank you Seghier, do you have the gh file please? and how can I plot the curve from starting point in order? thanks.

You can use Polyline

crv_cir.gh (9.8 KB)

1 Like

Thank you Seghier, how can I plot a lines properly in those intersection points? cheers