Skip to main content
Question

Coincident vertices - how to find non coincident vertices

  • August 29, 2022
  • 1 reply
  • 13 views

Forum|alt.badge.img

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

david_r
Celebrity
  • August 29, 2022

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.