Split the lines by points

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,

Chop the point list into pairs → transpose → line by 2 points


1 Like