Using AutoCAD Filter

 Using AutoCAD Filter We have discuss about using Quick Select before. QSELECT is very useful if you just use it occasionally and not many properties to FILTER. There is one more utility that we can use, very powerful even it’s not as pretty as QSELECT.

FILTER tool may be not popular because there’s no button/icon to activate it. At least when I check in help file, I can’t find anything about it. You have to type it in command line. QSELECT has it on ribbon, utilities panel. FILTER dialog box might also scary when you first see it. But after you use it for a while, you may don’t want to use QSELECT anymore.

The advantages of using FILTER are:

  1. You can set multiple conditional filters at once. QSELECT only allow you to apply one conditional filter at a time. Then you need to apply another filter to your selection.
  2. You can save the filter setting and use it again later.

Let’s see how it works.

Using Conditional

Open a sample AutoCAD drawing (or your drawing). Type FILTER then [enter]. Filter dialog box is loaded.
Now let’s imagine that we want to select all objects that the color defined other than by layer. We can simply add this line.
all color that not by layer
Sometimes I do this to select all objects that’s not using ‘ByLayer’ color, and change them to ByLayer.
You can add more conditional for complex objects. Let’s say you want to quickly select all circle and lines, and the color must be red. We know that the conditional supposed to be:

(Circle or Line) and have to be red.

Or in filter, it will be:
all lines and circle with red color

Saving Filter

The beauty of filter is it can be saved. If you defined many conditional filters, then it would be ridiculous if we have to set it every time we want to use it. Type the filter name in Named Filters group and click save as.
saving AutoCAD filter
Now, after you save some filters, you can quickly select your objects with selective properties in just a few clicks!

Share this Post!


Rate This Post

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

About the Author

Application Engineer. Jakarta, Indonesia. 5+ years experience as CAD engineering application. AutoCAD, MicroStation, Inventor, Autodesk Revit Architecture 2010 certified professional, and certified CATIA part design specialist. Here are some topics I am currently focusing on

You might also interested to these posts:

  1. AutoCAD Quick Select
    I have written about several ways you can use to select objects in AutoCAD (10 actually). Well, there’s more. Sometimes can’t select only from visible objects. When they are all...
  2. Layer 0, ByLayer and ByBlock
    Every time you create a new drawing, you will see a default layer: Layer 0. You can’t delete this layer. Then when you define layer properties such as color, line...
  3. Set All Your Objects Properties Back to ByLayer
    I don’t like when I receive drawings with the properties overridden to other than ByLayer. It’s a bit hard to distinguish between layers when people do that. There are many...