Finding Intersection Points between different lines

  • Thread starter WizardGeophysicist
  • Start date
W

WizardGeophysicist

I have different line with points (each point has X/Y value). The
lines are intersecting in certain points. I need to output a list of
the intersecting point for each line.
The other issue is that I need to allow tolerance for the X/Y value,
let's say line 1 Point 1 XY value is 100000 and 300000 and it
intersects with line 2 Point 2 but the XY value is 100010 and 300010.
i.e. the they are not intersecting on the given points but between
points. I am spending a lot of time on this and I am getting nowhere.

I am attaching a sample for two lines. And I am highlighting the
intersection point of the two lines in yellow.

I do appreciate any help.

Thanks!
Karim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top