Browny_76 Posted April 5, 2011 Posted April 5, 2011 Is it possible to break multiple lines at a single point without a gap along a perpendicular line?? Quote
ReMark Posted April 5, 2011 Posted April 5, 2011 I believe this can (and has?) been done using a custom lisp routine. Now if only I could remember where I saw it. Quote
nestly Posted April 5, 2011 Posted April 5, 2011 Not with any tools included with AutoCAD, AFAIK BreakObjects lisp by Charles Alan Butler BreakObjects.LSP Quote
ReMark Posted April 5, 2011 Posted April 5, 2011 nestly comes to the rescue. I knew there was something out there that would do the trick. Quote
Browny_76 Posted April 5, 2011 Author Posted April 5, 2011 So i loaded in the lisp file. Typed in breakobject, selected all the lines that i wanted to break and the line that i wanted them to break at but it only worked on the first line i selected. Am i doing something wrong?? Quote
nestly Posted April 5, 2011 Posted April 5, 2011 The lisp you loaded has several different routines within it depending on what you want to do, They're all loaded, just type the name of the one that matches what you want to do. BreakAll - Break all objects selected with each other BreakwObject - Break many objects with a single object BreakObject - Break a single object with other objects BreakWith - Break selected objects with other selected objects BreakTouching - Break objects touching selected objects BreakSelected - Break selected objects with any objects that touch it BreakWlayer - Break objects with objects on a layer BreakWithTouching - Break touching objects with selected objects Quote
Browny_76 Posted April 5, 2011 Author Posted April 5, 2011 That is magic. worked perfectly. Cheers. 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.