Jump to content

how can i exclude the xref layers from the layers list?


samifox

Recommended Posts

Hi

 

using acad 2010,

i have a drawing with few xref attached

in the layer list i see lots of layers

 

how can i exclude the xref layers from the layers list?

 

Thanks

Shay

Link to comment
Share on other sites

You may select the "XRef" filter (automatically added when attach reference drawings) and check the Invert filter option (see at bottom of filters box on Layers palette).

Link to comment
Share on other sites

The only alternative I see will be to define a layers filter and use for name criteria "ReferenceDrawing'sName*" (add one table entry for each attached drawing).

Link to comment
Share on other sites

You can create a layer filter to exclude ALL xrefs using this filter string:

 


[size="4"]~*|*[/size]

 

wow thanks

 

what is the logic?

Link to comment
Share on other sites

wow thanks

 

what is the logic?

 

All X-Refs contain the | character, the '~' specifies for the filter to not include. The * indicates any combination of characters.

 

So, you're telling the filter to not include any layer containing a | in it with any set of character before or after the bar (so all x-refs).

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...