Results 1 to 8 of 8

Thread: Selection Sets

  1. #1
    Woo! Hoo! my 1st post
    Join Date
    2008-07
    Posts
    1
    Login to Give a bone
    0

    Default Selection Sets

    I am new to Autocad coming from another cad program. Can someone tell me how
    to make a selection by layer by color or by layer by text by color?

    Thanks Beamer

  2. #2
    I could stop if I wanted to
    Join Date
    2003-12
    Location
    Pittsburgh, PA
    Posts
    355
    Login to Give a bone
    0

    Default Re: Selection Sets

    Investigate Qselect, Filter, SSX, and/or Getsel

  3. #3
    Certified AUGI Addict jaberwok's Avatar
    Join Date
    2000-12
    Location
    0,0,0 The Origin
    Posts
    8,570
    Login to Give a bone
    0

    Default Re: Selection Sets

    Quick select.
    Select some objects. In the Properties palette (if necessary, right-click and select "properties"), look at the top line; pick the button on the right with an image that looks like a funnel.

  4. #4
    Member
    Join Date
    2006-04
    Posts
    14
    Login to Give a bone
    0

    Smile Re: Selection Sets

    Does anyone know if a quick select cmmand exists that works as follows:

    1st select the item you want
    2nd
    select all that match current item properties except, for example, the content of a text box.
    or
    3rd
    is there an after market command I can add or write to do same?

    I'm using 2008 LT
    Thanks,
    David

  5. #5
    Certifiable AUGI Addict ccowgill's Avatar
    Join Date
    2004-08
    Location
    Iron Station, NC
    Posts
    3,198
    Login to Give a bone
    0

    Default Re: Selection Sets

    Quote Originally Posted by davids.110217 View Post
    Does anyone know if a quick select cmmand exists that works as follows:

    1st select the item you want
    2nd
    select all that match current item properties except, for example, the content of a text box.
    or
    3rd
    is there an after market command I can add or write to do same?

    I'm using 2008 LT
    I have never used select similar, a routine that I downloaded, but it sounds like it might be what you are looking for. the problem is, from what I understand, you can load custom lisp files in LT unless you have 3rd party software.

  6. #6
    Certifiable AUGI Addict robert.1.hall72202's Avatar
    Join Date
    2004-07
    Location
    Detroit Michigan
    Posts
    2,508
    Login to Give a bone
    0

    Default Re: Selection Sets

    Quick select seemingly does the trick if I understand the OP.

  7. #7
    I could stop if I wanted to Comach's Avatar
    Join Date
    2005-03
    Location
    Scotland
    Posts
    286
    Login to Give a bone
    0

    Default Re: Selection Sets

    Quote Originally Posted by beamer View Post
    I am new to Autocad coming from another cad program. Can someone tell me how
    to make a selection by layer by color or by layer by text by color?

    Thanks Beamer

    Llpseifert mentioned the Filter command - which is a very powerful way of creating a selection filter.

    For example to find all lines coloured blue using Filter:

    You would first select LINE to the filter and then select COLOUR - close the filter dialog and when prompted with "select objects" type ALL - every element corresponding to the filter criteria will be highlighted.

    There are all sorts of criteria and by building a filter combined with AND, OR, NOT options you can devise some very complex selections.

  8. #8
    Certifiable AUGI Addict
    Join Date
    2015-11
    Location
    Jo'burg SA
    Posts
    4,512
    Login to Give a bone
    0

    Default Re: Selection Sets

    Filter is more powerful than QSelect for extremely complex selection set filtering. It's more difficult to use / understand though since its interface is very much programmer oriented. For simple selections Filter / QSelect (IMHO) is much of a muchness - it's up to you what you prefer / understand better.

    However its major drawback is it doesn't handle dynamic blocks well - QSelect does. As per the OP this can be accomplished easily via either method, except for the TEXT portion (QSelect is not the way to go here).

    If you use QSelect Text-->Contents-->Wildcard Match then you either select MText entities or Single line Text entities (not both at once). And the WildCard string is case sensitive so test" will not match Testing. Filter on the other hand uses Text Value with automatic wild-card matching and is case insensitive - i.e. it will find all TEXT and/or MTEXT entities starting with Test, test, TeSt, etc. from the previous example.

    So it's a toss-up which you use. In some cases the one works better than the other, and in other cases it's visa-versa.

Similar Threads

  1. Selection Sets
    By MikeJarosz in forum VBA/COM Interop
    Replies: 3
    Last Post: 2008-07-11, 07:56 PM
  2. ...Selection sets...
    By davidmatyas in forum VBA/COM Interop
    Replies: 15
    Last Post: 2008-04-02, 07:14 PM
  3. Selection Sets
    By rfitzpatrick in forum AutoCAD General
    Replies: 1
    Last Post: 2007-11-27, 11:55 PM
  4. Other (selection sets)
    By gketter in forum AutoCAD LT - Wish List
    Replies: 5
    Last Post: 2005-10-26, 07:11 AM
  5. Help relating to selection and selection sets
    By csgohjmj in forum AutoLISP
    Replies: 3
    Last Post: 2004-09-17, 03:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •