ziofel Posted October 15, 2010 Posted October 15, 2010 Is there a way to customize the Break command Macro to Break a line at an intersection only? Meaning that it won't select perpendicular or corner only the intersection. I want to modify this part ^C^C_break Thanks Quote
ReMark Posted October 15, 2010 Posted October 15, 2010 When you break one line crossing a second line are you also going to introduce a gap on either side of the line that isn't broken? Quote
ReMark Posted October 15, 2010 Posted October 15, 2010 Take a look at this re: break at point using lisp routine. http://www.ellenfinkelstein.com/AutoCAD_tips_break_objects_quickly.html Quote
ReMark Posted October 15, 2010 Posted October 15, 2010 Forum Deity CarlB once posted a lisp routine that would break a line at the intersection of another line and you could elect to add a gap. If you typed in "0" for the gap offset it would still work. Does that sound line something you would be interested in? The routine was call BreakInt.lsp and I do know where it can be found. Quote
ziofel Posted October 15, 2010 Author Posted October 15, 2010 When you break one line crossing a second line are you also going to introduce a gap on either side of the line that isn't broken? I want the line that I select to be broken at any intersecting line (line that comes into contact with it) so that I get individual lines from the first line. Take a look at this re: break at point using lisp routine. http://www.ellenfinkelstein.com/Auto...s_quickly.html Ya I saw that but didn't want a Lisp routine just a button. Quote
ReMark Posted October 15, 2010 Posted October 15, 2010 No Lisp just a button. Fine. Then use this Diesel expression to do the job. Source: CADing & Coding by Mohamed Haris, August 20, 2008. *^C^C_setvar;osmode;0;ucs;object;int;\Break;$M=$(getvar,lastpoint);F; @$(getvar,userr1) 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.