Surely there is an easier way

What I’ve got is a circle
screenshot_01
That I put into a Circular Array.


What I want is just the outer circumferance curve:

But there has to be a simpler way to get it than this:

If there is I’d surely like to know what it is.
Thanks.
CircleArray.gh (9.3 KB)

Just use the curve equivalent “Region Union”


RegionUnion.gh (7.2 KB)

2 Likes

It’s a matter of elementary trigo:

BTW: If you divide the circle by 1000 this approach is 1+M times faster

3 Likes

1 Like

YES!! Most excellent - thanks.