Problem with the shatter component result

Hello all

I’m trying to use tangent to make a smooth crv for a ramp , but when i use shatter to split the circle, the queue of the list always different, i need to adjust the list item index every time i make a new option. it’s there any ways to control the list result of the shatter component?


unnamed.gh (14.0 KB)

Hi,

You need to tidy up your geometry to get something that works in every situation.
1/ Flip even circles so they go clockwise
2/ Sort tangent lines in order
3/ Change the seam at the first curve intersection and use the subdomain to go the the second intersection.

image

unnamed.gh (14.1 KB)

4 Likes

Hi @magicteddy
Thank you so much for your help!!