djp6 Posted October 7, 2010 Posted October 7, 2010 Hi Using 2008. How do you break multiple lines along a line? I.e. you have ten horizontal lines 3m long and one vertical line running down the centre of the 3m lines. I need to break the horizontal lines in two where they touch the vertical line without having a line smaller then 1.5m. On a single line I can do it using the F command and clicking twice on the intersection but is it possible to select multiple lines ant the same time and use the crossing line to cut along? Any help would be much appreciated. Cheers Quote
Cat Posted October 7, 2010 Posted October 7, 2010 Personally, I would use trim, select the horizontal lines, use the crossing command to trim one side of the horizontal lines and then mirror the horizontal lines using the crossing option. Quote
ReMark Posted October 7, 2010 Posted October 7, 2010 You can use Alan Butler's Breakall.lsp originally posted over at The Swamp. breakall.lsp Quote
qball Posted October 7, 2010 Posted October 7, 2010 I would copy the vertical line over a bit, Trim down the middle, Shift+Extend the lines that are too short and erase the dummy line . takes about 5 seconds. Cat's method is fewer commands, but they seem to take about the same amount of time. Quote
ReMark Posted October 7, 2010 Posted October 7, 2010 The Breakall.lsp routine requires the user to select all the lines and it does all the "breaking". There is no copying the lines, no trimming, no "shift-extending, and no erasing. Takes about 0.05 seconds. I win! Quote
djp6 Posted October 8, 2010 Author Posted October 8, 2010 Thanks for all your ideas and help, i loaded up the breakall.lsp, it loaded in ok, i typed the function BreakAll as asked but it returns a syntax error message after i select all lines to break! Quote
ReMark Posted October 8, 2010 Posted October 8, 2010 Tested and run on 2010 with no problems so I don't see why it wouldn't work on 2008 unless you neglected to select all lines both horizontal and vertical. You didn't happen to open the lsp file, poke around in it then save it by any chance? Quote
nukecad Posted October 11, 2010 Posted October 11, 2010 I thought I had a post gone missing here - then realised that djp6 had asked exactly the same question on another forum, and got exactly the same answers over there about mirroring and Breakall.lsp. I also gave him a button macro to speed up the task. What he has said over there is that the lines are not equal lengths, his 3m and 1.5m were just examples, and so the mirroring option wont work for him.. http://www.autocadeverything.com/help/showthread.php/5948-Breaking-multiple-lines-using-a-cross-line?p=23789#post23789 Quote
Rob S Posted October 12, 2010 Posted October 12, 2010 I would go for trimming and extending. Cause lisps and macro´s I just use when I created them, so I know exactly what they do. Quote
Hypnotical Posted October 23, 2013 Posted October 23, 2013 Breakall make my day :D Thank you ReMark and Alan Butler! Quote
dcasciato Posted April 6, 2015 Posted April 6, 2015 I am trying to do what this Y**Tube video shows using AutoCad 2013 Standard. Is this possible? Thanks in advance - DJC Quote
Deby Ferdian Posted March 9, 2016 Posted March 9, 2016 Yes, it's a same with me @Hypnotical "Thank you for @ReMark and @Alan Butler!" It was amazing.. Very cool.. Awesome.. Out of Standing! Quote
ReMark Posted March 9, 2016 Posted March 9, 2016 Yes, it's a same with me @Hypnotical "Thank you for @ReMark and @Alan Butler!" It was amazing.. Very cool.. Awesome.. Out of Standing! I think the lightbulb just went on. For a moment I thought I'd have to give Deby a flashlight. Quote
jornywar Posted November 16, 2017 Posted November 16, 2017 Thanks for posting the BreakAll.lsp link! This was my first time ever using a .lsp file, and it was super easy and useful. Quote
Mohamed Mobarak Posted May 9, 2023 Posted May 9, 2023 On 10/7/2010 at 1:27 PM, ReMark said: You can use Alan Butler's Breakall.lsp originally posted over at The Swamp. it is not Unavailable now . do you still have it , please ? On 10/7/2010 at 1:27 PM, ReMark said: breakall.lspUnavailable Quote
Steven P Posted May 9, 2023 Posted May 9, 2023 On 11/16/2017 at 5:08 AM, jornywar said: Thanks for posting the BreakAll.lsp link! This was my first time ever using a .lsp file, and it was super easy and useful. Try this: https://cadtips.cadalyst.com/linear-objects/break-multiple-lines#:~:text=The Multiple Break AutoCAD routine from Ferdinand Gawat,LISP file%2C then type in the command MBreak. Quote
SLW210 Posted May 10, 2023 Posted May 10, 2023 23 hours ago, Mohamed Mobarak said: it is not Unavailable now . do you still have it , please ? It downloads fine on my end. Must be getting blocked on your computer. 1 Quote
Steven P Posted May 10, 2023 Posted May 10, 2023 20 minutes ago, SLW210 said: It downloads fine on my end. Must be getting blocked on your computer. I never tried that... Perhaps the OP could try from an alternative computer and see if it works from there Quote
SLW210 Posted May 10, 2023 Posted May 10, 2023 Here is the CODE at the Swamp. It's been updated since those links were posted IIRC. 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.