AutoCad :: XREFs Disappear When Save Drawing

Oct 4, 2013

I have a blank drawing. I XREF another drawing, it looks good, everything makes sense... Then as soon as I save my drawing, the XREF disappears, and is no longer listed in the XREF manager!

View 3 Replies


ADVERTISEMENT

AutoCAD 2010 :: Save Xrefs In Drawing In 2012?

Jun 16, 2011

How do I save xrefs in a drawing in Autocad 2012? 

I´ve been using eTransmit command in previous versions, now that I´ve switched to v2012 there´s no longer support to save all dwg xrefs as dwg references in the eTransmit popup window. My dwg xrefs are instead attached as blocks.

View 9 Replies View Related

AutoCAD .NET :: How To Add Xrefs To Drawing

May 21, 2012

I am having an issue with adding xrefs to drawings.  The way I have this setup is the user inputs information and the number of sheets.  This then sets up a sheet set with the information and then for each value for the number of sheets the user gets a dialog askign for a number, name, and description for that sheet.

so if the user puts in 5 as the number of sheets, the user gets that dialog 5 times.

also I have a dialog that asks the user if they are adding xrefs to the sheets, if they answer yes then it adds the xrefs to each sheet that is created (this is where I have an issue).

This works perfect for the first sheet that is added, how ever after you fill in the information and submit for the second sheet autocad gives a fatal exception error and closes. not sure if I am missing on turning something off, closing, or stoping something before the next sheet is created.

here is the code I have at this point:

'checks to see if the dialog was yes
If xrefd.DialogResult = Windows.Forms.DialogResult.Yes Then 'shows the dialog efd.ShowDialog() 'shows the dialog pfd.ShowDialog() 'runs for each value in total sheets
For i As Integer = 1 To info.TotalSheetNum.Value 'shows the dialog sheetinfo.ShowDialog() 'checks to see if the sheet number is 1 If sheetinfo.SheetNum.Text = "1"
Then 'sets the sheet set default values SetSheetSetDefaults(ssdb, info.NameTxt.Text,
"Description",

[Code]....

View 1 Replies View Related

AutoCAD 2010 :: Save Without Including Xrefs?

Jan 4, 2013

I will be working with a company across town on a drawing set.  Let's call my company CompanyA and them CompanyB. We will be colaberating on the drawing together possibly in realtime. What I need to do is to be able to xref their drawing into mine and mine into theirs and I need to be able to still make changes to my drawing and them to theirs.

CompanyA - DrawingA
CompanyB - DrawingB
DrawingA will xref DrawingB
DrawingB will xref DrawingA

When I make changes to my drawing I need to be able to save it without the attched xref so as not to nest the xrefs in a loop.

We will be working together via VPN in realtime.

View 2 Replies View Related

AutoCAD .NET :: Get List Of Xrefs In Current Drawing

Oct 23, 2013

I am new to .net. how to get a list of the xrefs in the current drawing?

View 2 Replies View Related

AutoCad :: Xrefs Shown In Drawing Not In Manager?

Feb 8, 2012

Simply, I have Xrefs showing up in my Drawing correctly, but they are not listed in my Xref Manager. ?

If it makes a difference, I did move the Host Job Folder into an Archive. So normally my XRef links are broken but still they show up in my Xref Manager and not in the Drawing until I re-path to the new location. This is because I didn't use Relative Paths, which I am starting to use now.

View 9 Replies View Related

AutoCad :: Change Colour To Drawing With Several Viewports And Xrefs?

Apr 17, 2013

I need to change colour to a drawing with several viewports and xrefs. I suggested to my co-worker that I could fix this via plot manager, but he insists that I change all colours in the xref to one and the same, so everyone can plot it black and white and so we don't have to set up new plot styles on every computer. (we've got the drawing file from another company btw).

I've had a look and it seems like I have to do refedit to be able to edit any parts of the xref. Most of the drawing has got the same colour already, but it just say "by layer"... how do I find out what colour it is?

View 9 Replies View Related

AutoCAD 2010 :: Xrefs Placed Away When Copy / Paste Drawing

Mar 6, 2012

when i copy paste another persons drawing into mine,all the xrefs get placed well away from the the original drawing.

View 7 Replies View Related

AutoCad :: Opening Files - XRefs Missing From Drawing

Nov 8, 2012

I was opening files and autocad was telling me that some xrefs were missing from the drawing, did I want to locate the xrefs or ignore (I hit ignore and accidentally checked the always do this to these types of files). Now, when I load a drawing I can not get the building to load into the drawings.

How to turn the locate feature back on for xrefs?

View 9 Replies View Related

AutoCAD 2010 :: Auto Update List Of Xrefs In Drawing?

May 3, 2012

I have been trying to get a list of xrefs contained within a drawing to auto update by using Rtext.

I have got as far as using the following diesel expression.

Xref's in this file are indicated as - Xref name [Filepath]

$(Xrefs,3,)
$(Images,3,Images in this file: )

This gives me more or less what I want but I dont want to show the file path. What changes to the expression I need to do to achieve this.

View 2 Replies View Related

AutoCad :: XRefs Detached And Reattached With Latest Model XRefs

Apr 22, 2013

i have a large number of drawings that need xrefs detached and re-attached with the latest model xrefs, any way to do them in bulk rather than opening each individual drawing? the problem started a while back, when opening drawings, ACAD is not loading the latest 'saved' model when opening drawings...

View 5 Replies View Related

AutoCAD 2010 :: Xrefs To Stay Attached To A Drawing File / When Using Dropbox As Network?

Mar 11, 2013

Is there a way for xrefs to stay attached to a drawing file when using Dropbox as a network?  All files are saved to the dropbox which is loaded on both computers that need to access the files.  If I do work and save an xref in a file that is then opened by someone else on a different computer, the xref is not loaded and has to be re-routed.  Is there a way to avoid having to reroute xrefs everytime someone different opens the file?

View 2 Replies View Related

AutoCad :: Xref Binding - Whole Drawing Disappear

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

AutoCAD 2013 :: Save A Drawing By Save / Save As And Ctrl+s It Works As Qsave

Dec 15, 2013

I use autocad architecture 2013 and it works just fine until the save turns to qsave whenever i want to save a drawing by save, save as and ctrl+s it works as qsave..how can I turn it back to SAVE ?

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Drawing With Multiple Xrefs - Create Local Layer Filter

Aug 13, 2013

I often work on drawings which have multiple xrefs, each having up to 100 Layers or more, so the layer manager can be a bit difficult to trawl through to find a local layer to select.

I know how to create a local layer filter using the code ~*|* from the new filter area in layer manager.

Ideally all I want to have to type in is: LOCAL and then the local layer filter would be created, with the filter name being Local-Layers (or similar).

View 9 Replies View Related

AutoCAD Inventor :: Parts Of Drawing Disappear When Zooming In

Oct 12, 2012

When I zoom in on a drawing, certain parts of the drawing will just disappear. Dimensions, title block, text...it doesn't matter, its different every time. It's not all the time but when it happens it's frustrating. Try dimensioning a part that isn't visible! When I zoom out to a full page view it always returns. When I zoom in again, parts will disappear. See attached screen captures and you will see the same file at different moments.

View 3 Replies View Related

AutoCAD Architecture :: Scaling Makes The Drawing Disappear

Jun 15, 2013

I have a building plan that needs to be in 1:100. When put my drawing into the new layout its there. Then when I change the scale, my drawing disappears.

View 3 Replies View Related

AutoCad 3D :: Zooming In To Drawing Makes Objects Disappear?

Aug 14, 2012

I try to zoom into an object with my mouse and it disppears. I zoom out and it reappears but it's too far away, I zoom in again and it disappears. Why is it doing this? I click zoom object and that works but I don't want to do that every single time and even that isn't zoomed in enough.

View 9 Replies View Related

AutoCad 3D :: Surfaces Disappear After Closing / Reopening Drawing

Oct 28, 2013

I am using Autocad 2014 Architecture and have a 3D drawing with approximately 70 surfaces. If I close the drawing and reopen it 10 to 15 of the surfaces has disappeared. What this could be?

View 9 Replies View Related

AutoCAD 2010 :: Non Annotative Blocks Disappear When Inserting Old Drawing

Jan 21, 2012

I have a drawing with some annotative blocks.  ie Block name "BAR'.

If I insert another drawing (mostly old v2000 files) as a block which also contains blocks named "BAR" (which of course are non-annotative)  the Blocks do not show up.  

Is there any way to get arround this?  Idealy I would like the old file inserted and have the annotion scale of the blocks in the inserted dbg set to the current scale.

View 1 Replies View Related

AutoCAD Civil 3D :: Contours And Points Disappear When Saving Drawing

Jun 6, 2012

I just installed AutoCAD 2010 Civil 3D on a 32 bit Windows 7 machine. When I open a dwg sent from a surveyor I can see and manipulate all the linework, contours, points, and SRF breaklines in the drawing. When I proceed to save the file to my computer and reopen it, the contours and points disappear; however all linework and surface breaklines remain. The two files that I have been working with were saved originally in 2004 and 2007 format. I have tried saving to their respective versions but that has not worked.

The only way that I have been able to retain these objects is by first exploding them and making them into a block and later inserting them into the other drawing. If I try to make them into a block without exploding them they also disappear. 

Is there a way to retain all drawing objects directly from saving?

View 2 Replies View Related

AutoCAD 2010 :: Drawing 1 Does Not Allow To Close Without Selecting Save Or Don't Save

May 15, 2013

I used to be able to open a drawing then close it right away, if it was not the drawing I was looking for, as long as I didn't pan, zoom, or do anything else.  Almost a year ago I had a pop-up with-in AutoCAD that they reccommend I make this selection.  I can't remember what it said really, it was something about a script or lisp loading at each drawing opening.  Well, the result is the 'Drawing 1' does not disappear when I open another drawing and I would like that to stop.  Also as I said it does it to every drawing.  how to stop this?  I tried the 'startup' command and that is not it.  It is not a big thing just something I think is a waste of my time having to close that drawing each time I open AutoCAD.  Not sure it matters but I am using AutoCAD 2012

View 7 Replies View Related

AutoCad :: Don't Save Drawing

Feb 11, 2013

I am using Autocad 2010..now a days i am facing the problem when i save the drawing file it does not save and give the above message.

View 6 Replies View Related

AutoCAD LT :: Unable To Save To Drawing Name

Jan 7, 2013

Am using Autocad LT 2013 on Windows platform using Fusion Ware on a Mac Pro. This is a company owned computer and all files are saved to a server. This problem began occurring after we returned to work on Jan 2. I will be working in  drawing and save regularly. Additionally autosave is set for 5 minute intervals.

Several times a day I get a message saying

"Unable to save drawing\serverfilename.dwg. Drawing saved to \serverfilenamesavF676.tmp."

When I check the folder where the drawing is supposed to be there is a "filename.dwl" and the "sav676.tmp." files but the original .dwg doesn't show up in the list. 

If I save as the file to my desktop it is fine, but I then have to move it back to the server per company policy. This is extremely tedious to say the least. This happens several times a day so far.

The IT guy has twice reset the permissions for the Directory so the files are not Read Only (although when I check the main client folder and sub folders from my computer the Read Only option is checked and I cannot change this).

Another Autocad user in the office, LT 2013, says this has happened to him but only occasionally.

Also, several times I have noticed an alert pop-up that says something about "Unable to map network drive G:\" but clicking on the notice just expands the message. G Drive is the primary server in our office. The only PC computers in our office are used for Autocad, the rest are all Apple products and the IT tech is a Mac guy.

View 4 Replies View Related

AutoCAD Inventor :: Save As - Drawing To PDF And JPG?

Jan 8, 2013

I need to convert a idw drawing to PDF and JPG, when save to PDF there are no problems

but when I do it for JPG it seem to be a screen dump and not similar to the PDF I only need the drawing exact as the PDF. Is there a way for this.

View 3 Replies View Related

AutoCAD LT :: 2011 Cannot Save Drawing

May 24, 2013

windows 7 using autocad lt 2011 cannot save drawing, computer freezes each time you try to save.

View 4 Replies View Related

AutoCAD Inventor :: Save As - Drawing To PDF And JPG?

Jan 23, 2013

I'm using ilogic to cycle through my drawing views & save each view as a .jpg. Problem I am having is that it saves basically a screen-shot instead of just the sheet, so my background comes through along with the sheet. Reading some earlier posts I've learned that this is by design and can't be changed. That said, what I would like to do is have ilogic manipulate the zoom distance, & centering the sheet in my view in height & width bringing each sheet to a consistant point just before saving as .jpg. I'm embedding the images into an Access database table. If I have the images at least saving the paper space on a consistant scale, I can simply crop out the undesired portions within my Access report.

View 3 Replies View Related

AutoCAD LT :: Fatal Error When Trying To Save Drawing

Sep 6, 2012

I started the drawing I have been working on for the last couple of days. I went to save it and this is what I got:

fatal error: unhandled access violation reading 0xbff247f8 exception at e47c7bd9h.

Every time I reload the program the numbers are different.

When I load a different drawing I don't have the problem.

View 7 Replies View Related

AutoCAD Inventor :: ILogic Save Drawing As DWG

Apr 24, 2012

Is there a way in an inventor drawing rule to do a "save as" which saves the drawing as an Inventor dwg file rather than an AutoCAD dwg file?

The below saves as AutoCAD which is ok but I need the outputted drawing to be linked to the model. I don't want the code to save the entire assembly as this is done further down the line. I also don't want to save the current inventor dwg drawing from which the rule is run as this is just a template drawing.
 
ThisDoc.Document.SaveAs(ThisDoc.Path&"2D_DRAWINGS"&iProperties.Value("Custom", "Drawing No.")&" (Rev "&Parameter("BEAUFORT_ARRANGEMENT_3.iam.DRAWING_REVISION_NO")&")"&".DWG", True)

View 1 Replies View Related

AutoCAD 2013 :: Unable To Save To Drawing

Jul 30, 2013

I recently started having trouble when I try to save a file. It started about an hour ago. I have been working on this file all day with no problems. What is happening is when I do a quick save or a save as I get an error that says "unable to save to drawing F:NNorthview SchoolsHS - Phase 5, 6 & 7NH-EPSF1A13.dwg. Drawing saved to F:NNorthview SchoolHS - Phases 5,6 & 7savACD.tmp"

If I do a save as It will say the same thing but it will delete the existing file that I tried to save over. I have to do another save as to get the file back. I think this is specific to this drawing because I have not had it happen with any other file.

I ran Recover on the two exref files as well as the working file. No errors are found. I have purged all the files and tried again but it did not work.

View 9 Replies View Related

AutoCAD Civil 3D :: 2014 Will Not Save Drawing?

Aug 1, 2013

One of our Dell workstations has recently decided it will no longer save our CAD drawings to the network. Never had this issue before this week, haven't changed anything that we are aware of. No one else is having network issues. We have connected the computer to a different network outlet at another station, that has no effect on the problem.

When you attempt to save, if you watch the command line it will tell you "Cannot save drawing to K/Work Order/Project/drawing name.dwg, saved copy to K/Work Order//Project/(misc letters and numbers).tmp"

It then deletes the original drawing from its location and saves this temp file.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved