Find Area in Acres

There are quite a few ways to accomplish this and I am going to show you a little trick to find area in acres quickly. The reason I am writing this is to show you some of the capabilities AutoCAD has when it comes to doing . Read more »

Writing Simple Scripts in AutoCAD

For those of you who are new to writing scripts in AutoCAD, I have included a simple script as an example to show you how it works. Read more »

Cadalyst CAD Tips

I received an email from Cadalyst today telling about their new CAD Tips library - formerly called “Get the Code”. If you’ve ever used Get the Code before, you know how difficult it was to find what you were looking for. With their new CAD Tips, it is much easier to browse and VBA by category and you can still search by keyword. Check it out…

Writing Scripts

One of my favorite things about using AutoCAD is the ability to write and run to help me do repetitive tasks quickly. A script is a series of (just like you type into the command line) that you can save in a text file and run on any drawing whenever you need it. Since it is saved in a text file, you can easily share it with colleagues who might need to use it. I have a library of for repetitive tasks we do at work on a regular basis. Here is how to get started writing a script. Read more »

5 Simple AutoLISP Selection Sets

Not being a programmer I am not going to get into the technical details of constructing  code, but I am going to share with you 5 simple codes to help you make selection-sets. Read more »

Free AutoLISP on the Web

I like to find  that someone else has written and modify it for my needs. There are a lot of sources of code on the Internet. Read more »

Tedious Work Breeds Innovation

I am the type of guy who spends a lot of time finding a shortcut so that I can spend less time doing tedious work. Don’t get me wrong, there are times when you are under a time-crunch and have to put on headphones and blast through some tedious stuff. That is life! But I think it’s the mind-numbing tedious work that breeds innovation. Read more »