View Full Version : count line crossings
SWfangirl
24th Apr 2012, 08:42 pm
I have a drawing that has irrigation drainage lines on one layer and underground electrical lines on another. Is there a way to have acad count how many times the lines on the underground electrical layer cross the lines on the irrigation drainage layer? I can do it manually but there has to be a better way.
BIGAL
25th Apr 2012, 05:53 am
have a look at this maybe http://www.cadtutor.net/forum/showthread.php?38603-Break-all-lines-intersect-with-each-other
Emigrato
25th Apr 2012, 08:00 am
Autocad Map is able to find intersections ("overlay") between different topologies, but only if one is polygonal.
Since you have linear layers, you could _MAPEXPORT both to shapefiles, then perform an intersection routine in a opensource Gis like Quantum (http://qgis.org).
Just tried with a couple of layers, here's the resulting point shape (in blue):
http://novara.orangespace.pl/cadtutor/varie/intersect.gif
Murph_map
26th Apr 2012, 12:03 am
A quick and dirty way would be use the Mapcleanup tools (mapclean). Select the two layers to clean, then use break at intersection and use the INTERACTIVE option. It will list how many "errors" there are, then just canel out of the cleanup with out breaking anything.
SWfangirl
26th Apr 2012, 02:51 pm
A quick and dirty way would be use the Mapcleanup tools (mapclean). Select the two layers to clean, then use break at intersection and use the INTERACTIVE option. It will list how many "errors" there are, then just canel out of the cleanup with out breaking anything.
Thanks I tried that and to my suprise I could have cad mark it and not break it. The only draw back is that I had to remove the marks that were showing underground electrical lines crossing each other. This was is much faster than doing it myself. Thanks a Bunch
Murph_map
26th Apr 2012, 10:51 pm
Thanks I tried that and to my suprise I could have cad mark it and not break it. The only draw back is that I had to remove the marks that were showing underground electrical lines crossing each other. This was is much faster than doing it myself. Thanks a Bunch
You can use quick selec t to select all the markers (they are blocks) then erase all at once, or turn off the line layers and window select them all and erase.
SWfangirl
27th Apr 2012, 08:57 pm
I love the select similar function. Now if the guys that created the shape file would draw the collection lines better the mapclean function would be perfect. LOL
Powered by vBulletin™ Version 4.1.2 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.