Author Archives: AutoCAD Tips

Unknown's avatar

About AutoCAD Tips

This blog serves as a knowledge base for myself (and anyone else) so that I can reference tips & tricks that I have learned and also refer others to it as well. I hope that this blog helps you learn at least one tip to make your drafting/design experience better.

AutoLISP: Text Box Width

Sorry for not posting in a while. I now have a full time job. I get work with AutoCAD and help people with their AutoCAD problems – Which is something that I love. Anyways – This routine is a great … Continue reading

Posted in AutoLISP, Modifying, Text, TIPS | 4 Comments

Spline to Polyline Without LISP

So, after all those posts about LISP routines that change Polylines into Splines and Splines into Polylines, I saw a video on Cadalyst’s Website that shows how this is available in AtuoCAD since 2010. This is very handy because you … Continue reading

Posted in BASICS, Modifying, Polylines, TIPS | Leave a comment

How to Fix Blocky Circles & Arcs

If you have worked on large drawings or have had to zoom in and out a lot you may have noticed that curved objects like circles and arcs appear blocky or look more like polygons rather than circles. Don’t worry, … Continue reading

Posted in BASICS, Customization, Settling In, TIPS | 37 Comments

Circles: 3Point and Tan, Tan, Tan

If you have made the switch to the Ribbon from the beloved toolbars, there is a new tool that is only available via the ribbon. That’s right, even if you switch back over to “AutoCAD Classic” (toolbars) this circle tool … Continue reading

Posted in BASICS, Settling In, TIPS | 2 Comments

Deselect Objects from Selection Set

If you selects objects and then realize that you selected an object or two on accident, removing those objects is really simple. Also, it may be quicker to make a selection set and remove objects from the selection set than … Continue reading

Posted in BASICS, Settling In, TIPS | 11 Comments

AutoLISP: Eraser

WARNING!! WARNING!! This is yet another erasing routine but there is a warning that goes along with it. You don’t actually select anything. Instead, whatever your cursor hovers over gets erased. So if you don’t have a steady hand, then … Continue reading

Posted in AutoLISP, Modifying, TIPS | 1 Comment

AutoLISP: Erase Continuously (new & improved)

So Lee answered once again and combined the two previous routines into one awesome routine. You remain in the erase command and are able to select objects by 1) picking them 2) Window 3) Crossing window and as soon as … Continue reading

Posted in AutoLISP, Modifying, TIPS | 1 Comment

AutoLISP: Erase Single

Here is another erase routine that lets you select only one object at a time but like the previous post, it erases the selected object and then continues the erase command. My ultimate goal would be to combine these 2 … Continue reading

Posted in AutoLISP, Modifying, TIPS | Leave a comment

AutoLISP: Erase Continuous With a Window

A lot of the drawings that I get I end up erasing a lot of stuff. And after using SkethUP’s erase command, I wish that AutoCAD’s erase command worked in the same way. I asked Lee-Mac for help with this … Continue reading

Posted in AutoLISP, Modifying, TIPS | 2 Comments

AutoLISP: Curves To POLYLINE

Well, posted a routine not long ago that lets you convert Splines to Polylines. I just found a better routine than the one I posted made by Lee-Mac that lets you convert many types of objects to polylines. It even … Continue reading

Posted in Uncategorized | 5 Comments