Skip to main content

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

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