Hi all,
As shown in the screenshot I have a few curves that marginally intersects with each other. This is a major thing that gives us a lot of headache at work so I am wondering if I could make a highlight where these intersection events occur, hopefully with a Grasshopper Plugin. (which I am learning to write)
Because in each model we may have 1000 curves where these minute intersection occurs so normal grasshopper script that loops 1000^1000 times would be very slow.
Is there a way or plugin or somewhere in the RhinoCommon where I could find a solution?
I saw in RhinoCommon there is a Intersect CurveCurve method. Does it mean I have to let every Curve loop with all the other ones in C#? Or is there a better way?