AutoCad :: XRef Colour - Drawing Shaded Dark
Sep 23, 2009
I have inserted an xref but when it shows on my drawing the whole thing is shaded dark. When I look at the xref the colours are fine, until its on my drawing. I inserted it on its own layer.
Does it matter what colour I assign to that layer? I tried different colours but it changes nothing. What does that allocated colour determine?
View 8 Replies
ADVERTISEMENT
Sep 5, 2013
When I either attach or overlay my Xrefs they always appear dark in my drawing; is this normal? If I open the file (that I am xreferencing in) it is very clear.Â
View 3 Replies
View Related
May 15, 2013
When I lock my x-ref's they become dark and hard to see and when I unlock them they are still dark and hard to see. How can I fix this? I'm using Autocad 2012.
View 3 Replies
View Related
Oct 18, 2011
When I have a drawing open in AutoCAD LT 2012 any xrefs are very dull or perhaps dark is a better description and on a black background tend to be very difficult to see. Is there a setting somewhere I can change to brighten up the xref?
View 1 Replies
View Related
Apr 16, 2009
I have a deadline for my art GCSE closing in and there's a major problem with my final piece!The actual art work is fine, and It looks fantastic viewed from photoshop. However, the printing company requires it to be in PDF format, and when I save as PDF the PDF file has darker, blander colours. Really noticable... I find with photoshop everything I print comes out darker also.. so I tried researching this and found out a bit about CMYK and RGB but to be honest I need someone too explain this to me in english, with no highly confusing technical terms. My final piece relies on bright pink and blue, and so I wouldn't want to waste the money printing it on A2, only for it to have dull colours.Thank you so much in advance I am extremely worried (I've uploaded a JPEG to show how I want it to look when printed, and then a PDF to show the annoying dull colour change)
View 2 Replies
View Related
Mar 20, 2013
I am now making drawings of complexed structures and would like to draw attention to some elements that are important for particular drawing.
What I would like best would be to be able to schade selected parts. But did not find a way to do that.
View 5 Replies
View Related
Jan 22, 2013
Is there a line of code that will look at a drawing view and turn shading on?
I have tried
ActiveSheet.View("VIEW1").View.Shaded = True
but it didn't work .
View 6 Replies
View Related
Oct 30, 2013
We just recently upgraded to Inventor Pro 2014. I have a user who has created a singled shaded view drawing. He want to print the drawing shaded. When he prints he gets a line drawing. It even appears like a line drawing when he previews it. He gets the same results when printing to Adobe. He said it printed properly in the morning yesterday and when he tried to print again in the afternoon it would not print shaded. He rebooted this morning and he still can't print a shaded drawing from Inventor. We looked at his printer settings and everything looks good. He is the only one in my department who is having this problem.
Dell Precision T7500
Windows 7 x64 SP1
Nvidia Quadro FX5800
16 GB RAM
View 1 Replies
View Related
Mar 28, 2012
I'm working on a drawing for a part and am getting annoying flickers from light to dark. What I am seeing happening is that everytime I pan or zoom (in or out) the drawing, the drawing lights up, and remains lit up until I move my mouse cursor over a view. When I do so, the entire drawing turns dark and remains dark until I pan/zoom the drawing again. So I am getting a constant dark - light flicker that I find very distracting.
I am only seeing this in this one drawing, however I do remember having this problem previously. In other drawings I have done, they will either be light (which I correspond to being normal) or the entire drawing will be dark. This I read has to do with the lighting in the source part file, but it never really bothered me.Â
Im on 2012 Iventor Pro, and Windows 7 Pro. 64bit with SP1.
View 1 Replies
View Related
Oct 12, 2012
as a user of pse 6 I 'm used to work with darkgrey background in the organizer.
This works perfectly for quickly assessing brightness and contrast of pictures.
In pse 10 however I could not find any button to change the preset lightgrey background colour to darkgrey.
View 8 Replies
View Related
Jul 15, 2013
A question about ex referencing. Can it be done within a drawing. In other words, can I can Xref the plan to another part of model space to then create the elevations in UCS, and then Exref the elevations from USC to a horizontal line.
This would be very useful in the sketch plan stage.
View 9 Replies
View Related
May 25, 2012
Suppose I have a Drawing Structure like:
MasterRoot
   Root1
      MasterChild1
         Child
      MasterChild2
         Child
   Root2
      MasterChild1
         Child
      MasterChild2
         Child
When I use XrefGraph xg = mainDb.GetHostDwgXrefGraph(true); in Code then I get all the Files as a node including MasterRoot (say count=6).
If I want to get Only direct Children (here, Root1 and Root2)(means count=2 only), then what i have to do?
View 6 Replies
View Related
May 29, 2012
Is there any advantage when inserting someone else drawing into yours to xref it rather than copy and pasting into your drawing?
View 1 Replies
View Related
Jan 21, 2005
I have an operator here who has an XREF that he brought in and it did not line up as it should with the remainder of the drawing. He then went in to the drawing being XREF'ed and reset the origin so that it would line up properly. When he did so, the XREF did move but no to where he set the origin. The XREF is still showing the insertion point some place other than where he has the origin set on his XREF'ed drawing.
View 6 Replies
View Related
Jun 20, 2012
I have a main drawing that I want to pull into another drawing as an XRef. When I try and attach the drawing as an attachment I get then message *Invalid* in the command line.
I have taken the drawings off the network and put them directly on my computer to make sure that it is not a network issue, but I still cannot attach the drawing.
View 1 Replies
View Related
Feb 7, 2012
I'm attempting to bind an xref into a drawing. I keep getting an error message: "Some objects in the specified xref failed to bind." Any reason why some objects couldn't bind? I've thawed all layers in the drawings..
View 3 Replies
View Related
Aug 26, 2012
I've finished drawing my ground floor and now I need to draw my second floor. I read in a tutorial that the best way to do this is using the Xref command to know where is the walls, bathrooms and etc.
But I didn't get it at all. I need to draw my second floor in the same drawing. So what's the easiest way to do that?
After that I need to have a drawing with my second floor walls in dashed thin lines over my first floor. How can it be done?
View 5 Replies
View Related
Jan 30, 2013
I'm trying to get just the filename either with or without the .dwg extension for an xref given I already have its reference (BlockReference) and its model space (BlockTableRecord) all open for read; skipping accessing any BlockTable.
Im doing something like this:
Either get the XGraph and first node or prompt user for a block reference and check it's from attachmentStart active document's database transaction, get the BlockReference.Get the BlockTableRecord only with the BlockReference's BlockTableRecord-ObjectId property.At this point I can iterate through the model space and see the nuts and bolts of the xref drawing without actually changing anything after saving my drawing, even after committing a trasaction.So what I want to know is how to get the filename of the xref'ed drawing (i.e. Original_Drawing.dwg).
I'm looking at doing this without opening the referenced drawing as a side database and checking the filename.I can't debug right now, but is it. myBlockTableRecord.Database.OriginalFileName ?
View 1 Replies
View Related
Feb 1, 2013
What is the command to create an X-Ref from my drawing?
View 9 Replies
View Related
Aug 2, 2011
I make a drawing1 with layers on it and then I made another drawing2. I Xref the drawing 1 as my reference , where I put the column of the building. When I open drawing 2 referencing drawing 1, my scale is different. my inches scale is becoming feet when referencing in drawing 2. I put the same LTscale and limits in both drawing
View 4 Replies
View Related
Aug 22, 2013
How does it work? I see in the properties after I high lite it. Annotative Scale no/yes. We xref one drawing into other drawing and the view scale changes. will my hatch look the same or will the smaller view scale look really big in the drawing.
View 1 Replies
View Related
Oct 6, 2008
I'm trying to detach an Xref from my drawing, and it says xref "has multiple references. Not detached."
View 9 Replies
View Related
Oct 24, 2011
Im using autocad 2008 and i'm having difficulty in binding xref. i've been usign autocad for 3years now but sad to say, it's my first time to try binding xref.
So here's the scene, got xref file, then bind it, and then the whole xref drawing disappear but the xref filename is still in the list at the xref pallette? What should i do?
View 9 Replies
View Related
May 29, 2012
Is there a setting that would cause a xref to detach itself when the drawing is closed? I have an existing model, went through the time to relocate all the attachments.
Once everything is attached I save my work close it out and move to another area, when I open up the model I was working on before with all the attachments that I had located, the xrefs are no longer attached and I must redo all the work that was done previously.
View 3 Replies
View Related
Jun 19, 2013
Is there a way to toggle visibility of a corridor in a drawing where the model has been Xref'd into? The problem I am having is that we have one Model drawing that has a corridor.This Model is xref'd into multiple drawings. Not all drawings should show the corridor.
The only way I have found so far is to go into model and toggle the corridor on and off depending on which drawing I want to print or view. It creates problems when you want to run a Publish of multiple drawings because you always have to goof with the Model file. This seems a bit of a step back from being able to toggle visibility of objects in a drawing file with an xref atached and leaving it that way and ready to be printed at any time.
View 4 Replies
View Related
Nov 4, 2013
I’m having a user profile issue on one computer. I have a user, using windows 7 and AutoCAD Civil 3D 2014 on his work station. When using Civil 3D he has two issues: one, he cannot import Dgn’s. I’ve tried everything it just won’t work. Second, he cannot xref or insert PDF’s into a drawing. Now the reason why I say this is a profile issue is because if I log on to his computer (or anyone else log’s on his computer), I can do all those things in Civil 3D, import DGN’s & insert/xref PDF’s. If this user log’s on my computer, he can do all those things in Civil 3D. Import DGN’s & insert/xref PDF’s. Something with his profile on his computer is corrupt and I’m trying to fix it without deleting and creating another user profile.
View 5 Replies
View Related
Jul 30, 2012
How to do this?
Civil 3D 2012 SP2
View 9 Replies
View Related
Jun 13, 2011
I am using MEP 2012, I have arch back rounds on in a Xref. Everything seems to be fine and work well. When we go to print the drawing on with the xref on it is barely visible. If I open the xref up and print it comes out fine. I have inserted the xref to its own layer.I do not know what to do from here.
View 9 Replies
View Related
Aug 6, 2012
I am building a plugin which needs to change the xref path within a drawing without opening it.
here is my. I am new to .Net c#
[CommandMethod("refremap")]
public void refremap() // This method can have any name
{
//Get the document
Document Doc = Application.DocumentManager.MdiActiveDocument;
Editor ed = Doc.Editor;
[code]....
View 4 Replies
View Related
Oct 10, 2013
I have a number of layout tabs with varying layer controls applied in multiple viewports. This layout may be made up of a number of xrefs. I end up with a lot of layers in the host drawing from the xrefs, and even after I purge the xrefs to eliminate some of the xrefs, the layers remain in the host drawing, even though they no longer exist.
Is there any way to update the xref definitions to get rid of the layers without losing the layer setups I have? VISRETAIN is set to 1, and if I reset it to 0, I will lose all of the viewport controls I have put in place.
View 6 Replies
View Related
Dec 11, 2013
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.
View 1 Replies
View Related