AutoCad :: Change All Of Objects Colors In Xref Drawing To Grey
Dec 29, 2011
My goal is to change all of the objects colors in an xref drawing to gray to use as a background to my work. All changes to the xref drawing were made in the drawing itself, none of this was done in the base drawing.
The quickest way I could find was to change set by layer mode to color only and use set by layer to change all of the objects (select all). This seemed to work fine, until I noticed that certain text would move slightly when the color changed. Long story short this text (single line) moves slightly when the color is changed, even if I select one text and change the color in its properties.
My question is why would text move or change in some way when you only change the color. It doesn't seem to happen to mtext, only dtext.
I have a drawing done in AutoCAD Architecture 2013. Most of it is just lines, but I have a couple of Walls with Doors. It looks fine in the base drawing but when I xref into another file the walls revert to their original color and the doors have disappeared. The opening is there but no door.
I tried xredit and the doors are there but when I close that they are gone again. Tried detaching and reattaching...still have the problem.
After I posted this tried Display Configuration. Clicking all options for Doors gives me the doors...in a closed position, not the same as in the base plan.
Autocad 2013 Data Extraction works if I do not include attached xrefs and set it to "Select objects in current drawing". When I check "Extract objects from xrefs"; and go to next it processes for a bit then stays on page 2 of 8 on the Define Data Source page. Also have the same error if I choose " Drawings/Sheet set" with or without the xref objects included.
Can I have a lisp to select all objects in the layer "Defpoints" (including model and paper space, and including objects inside blocks) and change the color of those objects to color 30?
I have a few xrefs loaded into my drawing and I want them all to appear greyscale (color 9) so that whatever I draw on top of the xref is in color and is easy to spot..
I have tried putting the xref on a layer that is default color 9 but the xref is still shown in color. How to set the xref to color grey?
I've recently upgraded to CS6 and also to OS 10.8... Im working in multiple Illustrator docs using a color of 100-87-32-32. When I change objects to that color by keying it in to the color pallete, it changes. If I click off, go away and come back the color shifts to 100-82-36-29 or something similar.
When I draw a sketch while making a dwg drawing, the lines are light green that is nearly invisible on the background color. How can I change the line color?
I'm using Inventor professional 2012 student edition.
Is it possible to run a lisp which can extract all the xref names, make a layer with that name and then change the xref on the layer? I have got a similar routine from earlier posts but it doesn't work if any xrefs inserted in paper space (works fine on model space). could change this routine allowing to change the layer of xref in paper space too.
(defun dxf (i a) (cdr (assoc i a))) (defun c:lxr ( ) (setq ss (ssget "x" '((0 . "INSERT"))))
How can I globally change the CELTSCALE of all objects in my drawing? Using PROPERTIES, I can change one element at a time, but when I choose multiple objects in the drawing at the same time, PROPERTIES does not allow me to change their CELTSCALE to (say) "1". Also, this doesn't appear to be possible using the CHANGE (Properties option) command either. The latter only allows the LTSCALE to be changed (not CELTSCALE).
I have three drawing constructs.I have door tags and room tags. I have schedules. All work just fine. However, I need to combine all three Finish and all three Door schedules into one multi-level schedule for each, doors and finishes. In views, I schedule the external references by selecting the YES option in the properties dialog box. The problem is that the drawing contains doors and spaces that I do not want to be part of the schedule. How do I deselect the objects that I want to be in the schedule?
The other problem is I can only select one drawing. It makes no sense to have separate schedules for each floor on a small project where there are only 10-20 rooms. As a work around I can create the schedules in constructs, import all the constructs into a view, clip all the constructs and the stitch the tables together. This is cumbersome, does not update seamlessly and results in unnecessary file sizes.
When I open up my AutoCad LT some of the items are grey, but when I open the same drawing in my regular autocad everything is in their normal colors. What setting is causing this? See attached picture.
After setting up a layout tab, all of my objects turned light grey. When I went to model space they were the same. if I list an object the color says bylayer but the display (in model space or in paperspace remains grey even afret doing a regen, or closing the drawing and reopening it.
We are working with a company that will be sending us DWG files. They do not use the same layer colors as us and I am trying to find a lisp that would allow me to set up a table with the layer names and the color I want them to be so that I can quickly change all the layers to our companys color standards.
Example:
Layer 1 = Color 1 Layer 2 = Color 15 Layer 3 = Color 10 Etc.
I don't know a lot about lisp but I figure if I could find a lisp that did this I could plug in my layer/color assignments and it would work.
The normal color scheme for xref'd entites is the color gray. Is there a way to change them so that the linework can be more distinguishable? With everything being gray, it is hard to differentiate between contour lines and feature lines.
My question pertains to layer colors from xrefs that have other xrefs nested inside them.
When I get xrefs from the architects, I get a building layout, RCP, space layout, etc. I tie all these together into a single "architect base" xref so I don't have to attach 4 xrefs to each new file I create. What I would like to be able to do is set all the layer colors in the misc. architect xrefs in my "architect base" file and have those color settings propagate into my drawings as I create them. This comes into play especially if I have to create a new drawing late in the project, and I don't want to have to go set hundreds of layer colors individually. ?
Visretain comes to mind, but visretain (if I'm correct) is really for keeping xref color settings in your current file from session to session, not in a new file that you are creating using an xref.
I am trying to save a red and white and black logo to an eps file to use with a vinyl cutter but when it saves it changes it to a greyscale picture and the red color is removed. I tried resetting to factory settings and that didn't work.
How to edit the string below so that it will ignore all layer names starting with "E-". I want to change all XREF layers in the current dwg. to 161 but ignore all XREFED layer names that start with E- such as E-lighting, E-power etc.
I have a scanned drawing (PDF) and I want to use it a a xref so i can redraw it (originals have gotten lost ). But is really big and makes autocad really slow.
Is there a way to make a scanned drawing in PDF have loose object / lines again?
I am getting a lot of grief xrefing a C3D file into an AutoCAD drawing. A bit of background...
Fairly large development project with 270 new familiy houses. The sanitary sewer (SS) network was created using AutoCAD only. All layout drawings and xrefs were created using AutoCAD using AutoCAD templates. Then, here I am, putting the entire SS network in C3D, with its fancy labels and relevant long sections. Now I am supposed to display this C3D network in all the layout plans and get rid of the old 2D SS xref. Well, the blody thing doesn't work! If I try to xref the original C3D file, it will only display the labels. All pipes and structures and long section do not display. Yes, I checked all layers are turned on.
I tried using data shortcuts instead, bringing first the relevant part liist and styles. No luck. Again neither a single pipe nor structure is diplayed, although the prospector in the toolspace shows the network is referenced in the drawing. I am not sure if this matters, but the C3D source drawing contains a second pipe network referenced using data shortcuts which, by the way, doesn't display either when xrefing. I tried xrefing the C3D file using my C3D template and it works fine. So I guess that, somehow, the AutoCAD template used to creat the drawings is preventing some C3D objects to be displayed when xrefed.
I know I could recreate all our layout plans using my C3D template. Unfortunately, that would be a long process since we have quite a few and they're all heavily xrefed, with many layer properties overriden.
I'm writing a .NET app to get corridor feature line information from an XREF'd dwg file to use in the active document. I'm having quite a bit of trouble reading the civil objects from the XREF.
[URL]........
This works, but still doesn't work for civil objects. Take a look at the snippet below.
if (xdb != null) { // Start a transaction in our loaded database // to get at the layer name Transaction tr2 = xdb.TransactionManager.StartTransaction(); using (tr2) { // Open the layer table LayerTable lt2 = (LayerTable)tr2.GetObject( xdb.LayerTableId, OpenMode.ForRead );
In order to get a Corridor ID collection I need a reference to a CivilDocument object. So how do I get a CivilDocument object when it isn't the active document? Is there any way to get it from a Document or Database object?
How to change the light grey wash in paperspace i still want to have my paper as white and a different colour to the side not an entire white page then it just looks like my modelspace.
I have a floor plan xreffed into model space, visretain=1 and i can see the room numbers. I switch to paperspace and go to layer properties and highlight all layers and then turn on all layers in he drawing and thaw in all three columns and still the room numbers do not show. The layer listed in model space is on and thawed. Why won't it show?