- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
HELP!!! THE Problem has upset me a couple of days! there are thousands of parking lines ,which consist of many rectangles.and as we know ,these rectangles are overlapping on its edge.so my task is to calculate total length of these parking lines.And all these parking line are drawn in block.
here is my solution ,
1、explode all blocks ,and remove all text ,so i can divide them into separate lines
2、overkill the overlapping edges
3、use a lsp function to calculate the total length of all separate lines.
sounds like a quick way to get the total length of parking lines!
but! problems occured during step 2!
overkill can't delete all overlapping edges after i explode rectangles ! (they are the edges of rectangles that has been exploded!)
i try to change the tolerance from 0 0.000001 0.0001 to even 1000, it doesn't work good enough!
when tolerance exceed 100,some alone lines even are deleted!
i have also tried other parameters, results is frustrating........
i even try cad from 12 to 14 version, i found result gets better, i.e ,overkill can delete more overlapping edges,but still not good enough!
i really wonder if this is my fault or there are some shortcomings about command OVERKILL???
Solved! Go to Solution.