wing Posted February 2, 2016 Posted February 2, 2016 Tried this option on ignore all object properties. Increased fuzziness to 10. Ticked and unticked "Optimize segments within polylines, Combine co-linear objects that partially overlap and end to end". It still doesn't produce 3 lines that I expect. Am I expecting something wrong here? The overkill operation seems particularly bad at deleting lines that are completely covered by another line and sometimes wouldn't even work with lines that have the same end point. overkill.dwg Quote
ReMark Posted February 3, 2016 Posted February 3, 2016 In my opinion your lines do not meet the criteria (duplicate or overlapping) overkill is designed to correct thus the reason you are getting the results seen. Quote
YZ Posted February 9, 2016 Posted February 9, 2016 I have changed the drawing to how you the overkill command. It is for removing duplicates of geometry. The lines in your original, unfortunately, are not duplicates, they simply share the same orientation and position, but different lengths and start/end points. I do not know of a command that will solve this for you automatically. As you could imagine, the command has to choose a line to keep and a line to delete. What if it chose the small lines - that would really stuff up your drawing. true overkill.dwg Quote
wing Posted February 9, 2016 Author Posted February 9, 2016 I see. So "overkill" is for removing true identical segments. I have seen various attempts implemented in lisp but as expected, those routines can be really resource hungry. Quote
ReMark Posted February 9, 2016 Posted February 9, 2016 I told you in my previous post the two criteria lines must be to be "fixed" using the OVERKILL command. Quote
Dahzee Posted February 9, 2016 Posted February 9, 2016 Wing, try searching for Overkill-MR.lsp, I tried it on your drawing and it seems to do what you are requesting. Quote
ReMark Posted February 9, 2016 Posted February 9, 2016 Wing, try searching for Overkill-MR.lsp, I tried it on your drawing and it seems to do what you are requesting. Available at The Swamp. http://www.theswamp.org/index.php?topic=49862.msg550369#msg550369 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.