Monthly Archives: May 2011

Quick (Ghetto) Way To Scale Text

So I not proud of this method but there have been a couple of times when the recipients of what I was drawing were not going to receive or need the AutoCAD file so this method has  saved me a couple of … Continue reading

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

Erase Individual Wipeouts with TFRAMES

If you need to erase an individual wipeout, there is a command that is a “toggle” which means that once the command is entered, it either turns this function on or off. The command is TFRAMES. there is no button … Continue reading

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

AutoLISP: Erase all Wipeouts

I sometimes get drawings that have wipeouts in them. And to be honest, I don’t think that the person who made them knew what they were when they made them because the wipeouts are not hiding anything. So I use … Continue reading

Posted in AutoLISP, Modifying, TIPS, Wipeouts | 3 Comments

AutoLISP: Objects 2 Wipeout

If you’ve ever used wipeouts in order to mask something in your drawing, you already know that you cant used curved objects. This great routine allows you to select an existing object that is curved and turn it into a … Continue reading

Posted in AutoLISP, Modifying, TIPS, Wipeouts | 30 Comments

Fast Pan

Here is crazy way to pan across your drawing. It will take some practice to get used to but if you are having to pan across a large drawing, this can be a useful tip. Hold CTRL Press and hold the mouse … Continue reading

Posted in BASICS, Settling In, TIPS | Leave a comment

Quick Way to Join Using PEDIT

If you have ever joined lines into a polyline this tip is really helpful. Usually when you want to join lines into a polyline you have to select the lines that are going to be joined in a sequential order. … Continue reading

Posted in BASICS, Modifying, TIPS | 7 Comments

Tangent Line From an Arc

Here’s a great LISP that should be incorporated with AutoCAD. After drawing an arc, we should be able to easily draw a line that is tangent from the arc. Well… until then here;s how… (Written by Alan JT found @ … Continue reading

Posted in AutoLISP, TIPS | Leave a comment

AutoLISP: Join MTEXT

I recently found this little routine and I am sure going to be using it. Heck, I could have used it for a while now. It is simple. It joins MTEXT objects into a single MTEXT object. Here’s how: JMTX … Continue reading

Posted in AutoLISP, Modifying, Text | 4 Comments

Change the 2012 Dynamic Input Display

With AutoCAD 2010 & 2011, the default setting when you had “Dynamic Input”enabled was awesome. When you select an object and then hover over a grip, it would show you the length, radius & angle. This feature saves me time … Continue reading

Posted in BASICS, Customization, Dimensions, New in 2012, TIPS | 12 Comments

LENGTHEN lines at an angle

If you need to lengthen a line, especially if the line is at an angle other than horizontal or vertical, this command is for you. It will lengthen a line and keep it in the angles that it originally was. … Continue reading

Posted in Modifying, TIPS | 3 Comments