How to use index map from Create Set to 'accumulate'

Hey folks!

I have a bunch of intersecting lines and used Multiple Curves intersection to get all their intersections.

Now, I want to use all the 't’s from the intersection to thoroughly split all the curves involved

The problem is, I’m getting the 't’s in two sets tA and tB, along with indices iA and iB. I have a feeling that I need to use the indices to create a situation where for each curve, I have all the 't’s to split it completely.

How could I get this to work? I have a feeling the index map could help, but got stuck there

Thanks a ton!

Here’s one approach…

1 Like

Thanks so much for your help! I was able to figure it out with your example :handshake:

1 Like