KoTa04 Posted June 28, 2012 Share Posted June 28, 2012 Hello Everyone, I'm quite new with autocad, and I'm trying to automate more of my work so I can finish it quicker. Any different suggestions would also be appreciated! Please see attached picture! I am currently recieving site dimensions for framing, my job is to reproduce (using isometric views) these framing dimensions in Autocad (framing is color coded white) and add metal panels (color coded blue), ultimately creating the panel dimensions to be sent to the panel manufacturer. Once I reproduce the framing dimensions I use a method of several offsets and construction lines to create my panels. My problem: each metal panel needs either 5/8" or 1/2" spacing. I am consuming a lot of time using the trim command and individually clicking out all the little squares. see picture. I like using QDIM quick dimensions to easily seperate spacing and panel dimensions, so trimming out the panels (as far as I know) is a must. Suggested solution: Is there a way I can tell autocad to cut out all 1/2"x1/2" or 5/8"x5/8" squares? As always, if you have different suggestions I am open to them. Thanks in advance for any replies! EDIT: I am using autocad 2011 LT, so I can't run script things.. Quote Link to comment Share on other sites More sharing options...
ReMark Posted June 28, 2012 Share Posted June 28, 2012 You're looking for some way to clean up all those intersecting lines? Quote Link to comment Share on other sites More sharing options...
KoTa04 Posted June 28, 2012 Author Share Posted June 28, 2012 Yes, I just want the little 1/2" or 5/8" intersecting lines cut out. Quote Link to comment Share on other sites More sharing options...
ReMark Posted June 28, 2012 Share Posted June 28, 2012 Any reason why you did not create that pattern using an array? Quote Link to comment Share on other sites More sharing options...
KoTa04 Posted June 28, 2012 Author Share Posted June 28, 2012 You're looking at the reflected soffit in that picture, so at max there's typically only 20 panels, an array could be a solution then. But panels also go on the exterior of the building. In that case, there could be as few as 4 panels. An array would only take much more time. Quote Link to comment Share on other sites More sharing options...
KoTa04 Posted June 28, 2012 Author Share Posted June 28, 2012 In further reply to the array suggestion, here is a typical drivethru of a fast food restaurant. blue and green panels are shown here Quote Link to comment Share on other sites More sharing options...
ReMark Posted June 28, 2012 Share Posted June 28, 2012 I cannot think of an easy way to trim up all those intersecting lines in LT. Requires further thought. Quote Link to comment Share on other sites More sharing options...
eldon Posted June 28, 2012 Share Posted June 28, 2012 Perhaps a small pick box, nimble zooming in and out on the scroll wheel, and precise picking Quote Link to comment Share on other sites More sharing options...
ReMark Posted June 28, 2012 Share Posted June 28, 2012 I was going to suggest the judicious use of a wipeout as one possible kludge solution. How about a dynamic block of a panel? Quote Link to comment Share on other sites More sharing options...
rkent Posted June 28, 2012 Share Posted June 28, 2012 You can at least use the Fence option when trimming, saves you from picking every single line. Start trim, hit enter to select all, type F, enter, pick in between the line, move cursor to cross a bunch of line and pick again, repeat. Quote Link to comment Share on other sites More sharing options...
jonc452 Posted March 4, 2013 Share Posted March 4, 2013 (edited) Hopefully OP will get this...Im in the same line of work as you and had the same issues for years with tedious repetitive trimming. I wrote this macro that will fence trim a cross shape 1" in each direction. Just click somewhere near the center of the square and it will trim the lines automatically. A huge timesaver... *^C^C_TRIM ;_f \@0,1;@0,-2;@0,1;@1,0;@-2,0 ; Edited March 5, 2013 by SLW210 Added Code Tags. Quote Link to comment Share on other sites More sharing options...
Ski_Me Posted March 5, 2013 Share Posted March 5, 2013 Automatic box trimming... there are so many dirty jokes going through my head right now. Quote Link to comment Share on other sites More sharing options...
rajeshwar Posted March 10, 2013 Share Posted March 10, 2013 It need some more resolutions Quote Link to comment Share on other sites More sharing options...
SLW210 Posted March 11, 2013 Share Posted March 11, 2013 Pretty much stuck with what has been offered so far, using AutoCAD LT. Consider an upgrade to Full AutoCAD. Quote Link to comment Share on other sites More sharing options...
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.