Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

AutoCAD LT - Select objects by color?

CalypsoArt
Advocate

AutoCAD LT - Select objects by color?

CalypsoArt
Advocate
Advocate

I've received a drawing where all the objects are on the same layer but in different colors.  Is the some sort of "select all objects of XXX color". I don't really know how to use "Filters" or how they would work for selecting all objects of the same color.

 

[ The subject line of this post has been edited to include the product name by @handjonathan ]

0 Likes
Reply
Accepted solutions (2)
64,919 Views
9 Replies
Replies (9)

rkmcswain
Mentor
Mentor
Accepted solution
Use the QSELECT command. 
R.K. McSwain     | CADpanacea | on twitter

pendean
Community Legend
Community Legend
Accepted solution
SELECTSIMILAR command an option? It's right there in your right-click menu as an option. Make sure SELECTSIMILARMODE variable is set to capture what you want first.

Look up usage in HELP.


CalypsoArt
Advocate
Advocate

Thanks. I knew their had to be commands for this.

0 Likes

quentin.andreotti
Explorer
Explorer

hello,

Quickselect selects only objects that are set to a specific color. If different layers have for instance magenta as color, and those object's color is set to "bylayer", I can't select them by doing a quickselect choosing color as property and magenta as value.

So how can I do this?

 

thanks

0 Likes

pendean
Community Legend
Community Legend
@quentin.andreotti If QSELECT does not work for you, you can use FILTER command that is even more customizable, which can also be used while in a command if you save your selection options https://www.youtube.com/watch?v=xIh9ki6EAVA and https://www.youtube.com/watch?v=SQMibyONwNY

Also consider SELECTSIMILAR command after modifying SELECTSIMILARMODE to suit your needs.
0 Likes

quentin.andreotti
Explorer
Explorer

FILTER is too complicated to select every objects of a color. And not even sure it can.

SELECTSIMILAR with SELECTSIMILARMODE set to 1 (colour) does not select object color inherited "BYLAYER". So if I use the command on a object that have its color inherited by its layer, autocad select every object of color set to "BYLAYER" which are every object in my drawing.

0 Likes

cadffm
Consultant
Consultant

Hi,

with Filter it is easy to select all objects with one or a list of colors!

You need more experience to use this command, thats all.

 

But: There is no command to select all objects which displays in a color,

all commands can only filter object data and the object data is bylayer OR (color number).

 

For this goal you need a tool, a program, there is no onboard solution.

 

A color can come by object-color, from a layer(bylayer) or by a block-structure(byblock),

or by a plotstyle(!)

Just an extra tool is able to to this selection.

Sorry , i can not offer such a tool, but for the simple <color or colorfromlayer> situation, you should be able to find one - BUT NOT FOR LT versions.

Sebastian

0 Likes

pendean
Community Legend
Community Legend
@quentin.andreotti FILTER is the correct tool and is free: you just need to practice using it, it's powerful and not simplistic. The more you use it the simpler it gets.

For "simplistic" you will need to pay more for full AutoCAD then master one of the programming languages (or buy an add-on) that can do that like this tool https://apps.autodesk.com/ACD/en/Detail/Index?id=5630848263328187260&appLang=en&os=Win32_64

HTH
0 Likes

swickert101
Explorer
Explorer

Exactly what I was looking for, thank you.