Hi,
I am trying to split the lines with a list of intersected points and then remove the lines between the points. My idea is to create a list of lines with intersected points and then compare two lists of lines and filter out the overlapping lines. But I have no idea how to check if it overlaps or not. Could you give me some idea, or another way to filter out the lines? thanks.
Thanks,