Selection Sets Revisited

Four years ago I wrote about selection sets in AutoCAD. All of these commands still work great but at that time the SELECTSIMILAR command was only available in AEC versions (Civil 3D, Architecture, etc.) of AutoCAD. I am happy to say that since version 2011 the command has been available in plain AutoCAD as well! Read more »

Select Last Object Added to the Drawing

Here is a quick way of creating a selection of the most recently-created object in your drawing. Read more »

Selection Sets

Previously I wrote about using AutoLISP to create selection sets. While these are great, especially for use in scripts and macros, they are kind of clunky to use if you need a quick selection set. Here are a few quick and easy ways to create selection sets. Read more »

5 Simple AutoLISP Selection Sets

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