+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 15
  1. #1
    Full Member
    Using
    AutoCAD 2008
    Join Date
    Oct 2008
    Posts
    83

    Default Xref layers & layer filters

    Registered forum members do not see this ad.

    Hello!

    I have a problem/ question!

    My company uses tons of Xrefs - wonderful, however problem comes when having to navigate through 100's of layers to get to the main drawings layers. So I tried using the layer filters to just show my main drawings layers. Here is the problem, I you can select show all layers, not good, can select just the xrefs (show all of them or show just one of them, etc...), or you can show just the used layers - I tried that, but when you create a new layer it is not included in that filter. I tried setting up a custome layer filter, however, I don't know how to right the name or what selection to make that would allow me to exclude a set of layers. Anyone know how to fix this?

  2. #2
    Super Member
    Computer Details
    designerstuart's Computer Details
    Operating System:
    xp
    Computer:
    various
    Discipline
    Architectural
    designerstuart's Discipline Details
    Occupation
    architect
    Discipline
    Architectural
    Using
    ADT 2009
    Join Date
    Jun 2010
    Location
    near london, near europe
    Posts
    756

    Default

    you can select xref only and then click the "invert filter" box bottom left of dialog box - any good?

  3. #3
    Full Member
    Using
    AutoCAD 2008
    Join Date
    Oct 2008
    Posts
    83

    Default

    excelent! you know, if I had just looked around a bit! Thanks!!!!!!

  4. #4
    Forum Deity rkent's Avatar
    Computer Details
    rkent's Computer Details
    Operating System:
    WIN7 PRO 64bit
    Computer:
    Dell Precision T7500
    CPU:
    Xeon Dual Core E5503 2.0Ghz
    RAM:
    6GB DDR3 ECC SDRAM, 1333MHz, 6x1GB
    Graphics:
    nVidia Quadro 3800
    Primary Storage:
    300Gb, 10K rpm
    Monitor:
    Dell 24" FS (2x)
    Discipline
    Mechanical
    rkent's Discipline Details
    Occupation
    Facilities Design - Semi-conductor manufacturing
    Discipline
    Mechanical
    Details
    Designer: Process Piping, P&ID's, Machine Part Design, Planning / General Arrangement. Facilities Management. Drafting: Electrical, Controls, Architectural.
    Using
    Mechanical 2014
    Join Date
    Nov 2007
    Location
    Lat:35, Long:-106, Elev: 5164'
    Posts
    3,375

    Default

    Quote Originally Posted by MattHamby View Post
    Hello!

    I have a problem/ question!

    My company uses tons of Xrefs - wonderful, however problem comes when having to navigate through 100's of layers to get to the main drawings layers. So I tried using the layer filters to just show my main drawings layers. Here is the problem, I you can select show all layers, not good, can select just the xrefs (show all of them or show just one of them, etc...), or you can show just the used layers - I tried that, but when you create a new layer it is not included in that filter. I tried setting up a custome layer filter, however, I don't know how to right the name or what selection to make that would allow me to exclude a set of layers. Anyone know how to fix this?
    I found this lisp routine on one of the forums and have been using it ever since. Add it to your acaddoc.lsp file so it loads each time and you can type xrefnot and you have a filter that will work for what you want. Just another way to do the same thing.
    Attached Files
    "You are entitled to your own opinion but you are not entitled to your own facts." Daniel Patrick Moynihan

  5. #5
    Full Member
    Using
    AutoCAD 2008
    Join Date
    Oct 2008
    Posts
    83

    Default

    well, I have found an issue with the invert filter - it doesn't invert the filter for the drop down layer tool in the ribbon.
    I will have to ask our CAD manager to see if he would put that in our menu.

  6. #6
    Forum Newbie
    Using
    Civil 3D 2008
    Join Date
    Jun 2009
    Posts
    2

    Default

    Create a new filter, and in the "NAME" column, enter (without the quotes) "~*|*"

    The tilde ~ means NOT
    The asterisk * is a wildcard

    Every Xref layer will have a pipe | in the name, so filtering for names that don't have a pipe | in them will leave just native layers showing.

    Note that the pipe | is not a lowercase L. It is a vertical line usually created with shift+\

    Hope this helps.

  7. #7
    Full Member
    Using
    AutoCAD 2008
    Join Date
    Oct 2008
    Posts
    83

    Default

    I will give that a shot!

  8. #8
    Super Member
    Computer Details
    nestly's Computer Details
    Operating System:
    Windows XP Professional (32bit)
    Motherboard:
    Intel DG33FB
    CPU:
    Intel Core2 E2220 @ 2.4GHz
    RAM:
    4GB DDR2 6400
    Graphics:
    ATI Firepro 5800
    Primary Storage:
    250GB WD 7200rpm / 320GB WD 7200rpm
    Secondary Storage:
    500GB WD external USB
    Monitor:
    Samsung 26" @ 1920x1200 + LG 22" @ 1680x1050
    Using
    AutoCAD 2011
    Join Date
    Sep 2010
    Posts
    1,895

    Default

    Quote Originally Posted by MattHamby View Post
    well, I have found an issue with the invert filter - it doesn't invert the filter for the drop down layer tool in the ribbon.
    In the Layer Manager, go to Settings and check to see if "Apply layer filter to Layer toolbar" is checked.

  9. #9
    Full Member
    Using
    AutoCAD 2008
    Join Date
    Oct 2008
    Posts
    83

    Default

    Kenboldt - it works perfectly !
    nestly - I had tried that before, for some reason it doesn't work .

  10. #10
    Luminous Being StykFacE's Avatar
    Computer Details
    StykFacE's Computer Details
    Operating System:
    Windows 7 Ultimate 64bit
    Computer:
    Dell Precision T3500
    Discipline
    Multi-disciplinary
    StykFacE's Discipline Details
    Occupation
    BIM Manager & Design Specialist
    Discipline
    Multi-disciplinary
    Details
    Facilities engineering, involving mechanical piping, mechanical HVAC and electrical engineering.
    Using
    Revit 2013
    Join Date
    Mar 2006
    Location
    Dallas, TX - USA
    Posts
    6,497

    Default

    Registered forum members do not see this ad.

    Quote Originally Posted by kenboldt View Post
    Create a new filter, and in the "NAME" column, enter (without the quotes) "~*|*"

    The tilde ~ means NOT
    The asterisk * is a wildcard

    Every Xref layer will have a pipe | in the name, so filtering for names that don't have a pipe | in them will leave just native layers showing.

    Note that the pipe | is not a lowercase L. It is a vertical line usually created with shift+\

    Hope this helps.
    Beat me to it. This is exactly how I set my layer filter up too. Gotta love the Wildcard matches.

    Another tip, be sure to put this in your Template file so that you'll never have to keep recreating this layer filter.
    Tannar Frampton | Facilities Engineering | Revit 2013
    Personal Projects | Fender Squier Stratocaster | Custom Smoker | Concrete Patio

Similar Threads

  1. Turn layers in filters on/off with button
    By OMEGA-ThundeR in forum AutoCAD General
    Replies: 5
    Last Post: 3rd Nov 2011, 05:06 am
  2. Layer Filters
    By reyems in forum AutoCAD Beginners' Area
    Replies: 3
    Last Post: 5th Mar 2009, 03:25 pm
  3. Layer Filters
    By yawdapaah in forum AutoCAD Beginners' Area
    Replies: 3
    Last Post: 19th Dec 2008, 10:21 pm
  4. Layer Properties Manager won't show xref layers
    By IvoryEric in forum AutoCAD Drawing Management & Output
    Replies: 1
    Last Post: 9th May 2007, 05:33 pm
  5. Removing xref layers from the Layer Properties Manager
    By Autodesk in forum AutoCAD RSS Feeds
    Replies: 0
    Last Post: 7th Nov 2006, 07:03 am

Bookmarks

Posting Permissions

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