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!