WHAT I HAVE:
I have 2 lines
WHAT I NEED:
I need to know if their plane are intersectioning… doens’t matter how long are intersectioning… could be a little part of the line… but i need to know TRUE or FALSE.
WHAT I DID
Got the range, betweent their points, round, and check by LIST.CONTAINS.
i t worked… BUT, here i have one line… in my real project, i could be a lot lines… so, i think that could be very heavy.
So, im looking for a new way!