Question

Coincident vertices - how to find non coincident vertices

  • 29 August 2022
  • 1 reply
  • 0 views

Badge

Hi,

I have two line shape files. File 1 is the duct layer and file 2 is cable layer. When cable layer is drawn on duct, cable vertices must be coincident ( snap) to duct vertices. How to find the cable vertices that are not coincident with duct?

 

Thank you for the help


1 reply

Userlevel 4

One possible solution could be to break the lines into points (Chopper with max vertices = 1) and then use the AnchoredSnapper to try and snap the two files. The vertices that exit the Untouched are not coincident according the defined snapping distance.

Reply