PDA

View Full Version : Xref Fade



Hardney
7th Sep 2006, 01:38 pm
Does anyone know if there is a way to make the Xref in the working drawing faded even when not refediting?

Thank You

rkmcswain
7th Sep 2006, 01:44 pm
There is nothing built in to do this automatically, but you could sort of fake it by creating a layer state where all xref layers are set to color 251 (or the color of your choice). Of course this has no effect on xref entities whose color is not bylayer.

I have a lisp routine that uses a similar technique to do a "layer isolate" on an xref layer.

BITDRAUGHTY
11th Jul 2007, 08:38 am
Hi there do you still have the layer isolate lisp routine?It would come in handy for me if you could post it up on this site does it come with the uniso command also ?

thank you
BD

ZenCad1960
12th Jul 2007, 07:40 pm
I used to have a lisp I created that will change the xrefs to any color you designate. The only thing it wouldn't change are blocks within the xrefes that were not bylayer colors. It was actually fast. We use in sometimes to set the xref layer states to show shaded for phasing of a project.

Just my 2 cents........

StykFacE
12th Jul 2007, 07:52 pm
We use in sometimes to set the xref layer states to show shaded for phasing of a project.

I use Layer States to control "fade" of an XREF as well. We use color 9 for walls, column lines, etc. then the ceiling grid, stairs, equipment, doors, windows, etc. all get a color 190. but to make it look "faded" we use 251 instead of 9, and 196 instead of 190. This is the best way unless you have version 2008, which actually has a faded property for XREF's.

:wink:

chulse
13th Jul 2007, 02:19 pm
In '08 you can set locked layers to be faded (% transparent) in the model. I sometimes lock (and fade) my xref layer to easily see what is xrefed.
I don't remember if earlier versions have this option.

Wozza
29th Oct 2008, 11:36 pm
Not sure if this is worth bumping, but we've been doing a search in the office to find out why our refs fade when we lock them (using 2008).

The command for controllling this is: LAYLOCKFADECTL and the higher you set it (up to 100), the darker the xref becomes if it's locked. Had me scratching my head for a while.

nocturne00
30th Oct 2008, 01:02 am
Do you need to control the fading only during editing in CAD or even the printout?

Nekrophobe
5th Nov 2009, 03:53 pm
Do you need to control the fading only during editing in CAD or even the printout?

Well, I just followed the above steps and stopped reading once my xref had faded. How do you get it to print faded?

Brian_MMC
27th Apr 2010, 04:20 pm
Is there a way to make the “Xref fading” affect a plot? We want to keep the xref’s colors and ling weights just have it fade it while in model space and on a plot.

rkent
28th Apr 2010, 04:58 am
Is there a way to make the “Xref fading” affect a plot? We want to keep the xref’s colors and ling weights just have it fade it while in model space and on a plot.

Use STB files to plot instead of CTB, with STB this is easy, set the xref layers to the named plot style for screening.

rctimmy
15th Jul 2010, 05:26 pm
Use STB files to plot instead of CTB, with STB this is easy, set the xref layers to the named plot style for screening.

Can you do something similar for a PDF Xref? I want my PDF background to be faded out with my bold lines over it.

Nardino
15th Jul 2010, 05:48 pm
If you are using acad2011, you can change the transparency of the layers

rctimmy
15th Jul 2010, 06:32 pm
If you are using acad2011, you can change the transparency of the layers

But my PDF file does not have layers. Do you mean the layer that I insert the XREF'd PDF file on? I thought I tried that but I'll try again.