AutoCAD/xref

Advertisement


Question
i am adding my design to an already made drawing.
i want to xref the original drawing and work my design on top of it, but i want the xref to look gray and dark and obviously less important than my design, so my design can outstand from the background xref.
i can not change the colors of the layers of the original drawing. i can not do anything to the original drawing, i can only view it, copy it, paste it, block it, or xret it.
but in my model space, i still want to see it all gray and uneditable.
please let me know how to do that.

Answer
The Layer manager can change the colors of the layers of the reference attached to your drawing, but will not change the colors of the layers in the drawing that is referenced.  You can also use the -layer command to change the xref layers.  For example if you have an ALONSODIMS layer in the XREF, then in a menu macro you can get the color changed with:
^C^C-LAYER;COLOR;8;*|ALONSODIMS;
Or in a script:
-layer
c
8
*|alonsodims

But really, if you're only going to do this exercise once,then the Layer Properties Manager is probably the way to go.

If you want ALL the layers to go to color 8, then:
-layer
c
8
*|*

The vertical character (|) is the pipe sign above the backslash on the keyboard and is the easy way to identify XREF layers.

Keep in touch
bill DeShawn
http://my.sterling.net/~bdeshawn  

AutoCAD

All Answers


Answers by Expert:


Ask Experts

Volunteer


Bill DeShawn

Expertise

I can address all 2-D questions and some 3-D questions. I do programming in AutoLISP if it doesn`t involve solid modeling. I can also address menu customization issues and can help you find answers to questions I can`t answer by taking your question directly to Autodesk via their newsgroups.

Experience

I used to do electronic and mechanical design for a flat panel monitor manufacturer, and now I do architectural drafting for an architect. I did and do AutoLISP and menu customization and take pride in making my lisp routines to do the work exactly the way the client likes them done.

Publications
I had a routine published in CADENCE magazine (no longer in publication and taken over by CADALYST). Some of my routines are published on my website at http://my.sterling.net/~bdeshawn

©2012 About.com, a part of The New York Times Company. All rights reserved.