M76 Posted February 2, 2012 Posted February 2, 2012 I don't understand how this issue is not discussed yet. I need to break some lines at their apparent intersection with other lines. But I'm yet to find a solution. Quote
MSasu Posted February 2, 2012 Posted February 2, 2012 Seems to me that the built-in BREAK command works well with App. Intersection OSNAP mode. Regards, Mircea Quote
rkent Posted February 2, 2012 Posted February 2, 2012 Just realized I tripped into the Autolisp forum, never mind. Trim with the Edgemode on will work well? Quote
M76 Posted February 2, 2012 Author Posted February 2, 2012 Seems to me that the built-in BREAK command works well with App. Intersection OSNAP mode. Regards, Mircea It does, but I can't break a thousand lines by clicking at the apparent intersection. Quote
MSasu Posted February 2, 2012 Posted February 2, 2012 In this case, how about: (setvar "OSMODE" 2048) (command "_BREAK" pause "F" pause "@") Regards, Mircea Quote
ScribbleJ Posted February 2, 2012 Posted February 2, 2012 Since you have Map 3D you already have within your tools one that is very powerful and overlooked. Drawing Cleanup. It is a tool only found in Map 3D. The first part of the dialog lets you choose the entities you want to work on by several methods (i.e. layer, selection, etc.). See the images below. Quote
Organic Posted February 2, 2012 Posted February 2, 2012 http://www.cadtutor.net/forum/showthread.php?64746-LISP-to-break-all-connecting-lines-Request&p=441979&viewfull=1#post441979 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.