AutoCAD 2013 :: Slow Drawings When Using Xrefs
Oct 21, 2013
I have recently installed Autocad 2014 and am experiencing very slow and jumpy files when using x-refs. The other machines in the office where I work are not experiencing the same problem and apparently my machine is more powerful.
Originally we thought this might be a network issue (as x-refs are being referenced through the network) but when I put the actual reference files on my computer, I experienced the same issue.
View 2 Replies
ADVERTISEMENT
Oct 16, 2012
When I work with a drawing that have several XRefs, it is too slow to open, save, or to do everything. I configured:
SAVEFIDELITY=0, XLOADCTL=2, INDEXCTL=3
Is there any other way to improve the performance?
View 1 Replies
View Related
Nov 26, 2013
I am facing problems with my autocad when i import Revit drawing to it. The file start working extremely slow, and crashes often.
View 1 Replies
View Related
Jul 28, 2012
If I have several hundred drawings, For example;
Drawing1.dwg
Drawing2.dwg
Drawing3.dwg
..etc..
and several hundred Xrefs;
XCdrg1.dwg
XCdrg2.dwg
XCdrg3.dwg
..etc...
Now, I need to do the following;
attach XCdrg1.dwg to Drawing1.dwg
attach XCdrg2.dwg to Drawing2.dwg
attach XCdrg3.dwg to Drawing3.dwg
..etc...
What is the quickest method? Script? (I have approximately 800 drawings and 800 xrefs and for CAD management reasons they need to be individual drawing files)
View 3 Replies
View Related
Jan 26, 2012
I've recently run into a problem that involves xrefs. Basically, I cannot open files that are being xrefed in other drawings when those drawings are currently open. AutoCAD Architecture will only allow me to open the xrefed file as a read-only version. For example:
I have 1ST FLOOR PLAN (drawing file) xrefed into A-201.00 FIRST FLOOR PLAN (sheet file). If one of my team members has the sheet file open with the drawing file loaded, then AutoCAD will only let me open the drawing file as a read-only file. But if my team member has the sheet file open with the drawing file unloaded, then I can open the drawing file without any problems.
I have never had this type of problem with xrefs before and so I'm wondering if it's an AutoCAD Architecture 2012 bug.
View 2 Replies
View Related
Aug 28, 2013
I have drawings which are occasionally transmitted to vendors, building officials and other parties. These drawings contain XREFs for the floor plans, roof plans, site plans, etc. Some of these XREFs contain layers with sensitive information the client does not want distributed to third parties.
If I'm just sending a PDF or plotting locally the sensitive layers are turned off or frozen and the PDF is plotted without layers. This is sufficient to protect the sensitive data. But if the third party requests a CAD file then I have a problem.
If I use Send to create a package of dependent files including XREFs they are included whole with all of the sensitive data on frozen layers.
If I Bind the XREF to a copy of the drawing for distribution the sensitive layers are still included as frozen layers.
In either case I am confronted with the task of deleting a large number of layers and we all know what a chore deleting layers with content can be. There has to be a solution to this problem, either an easier way to delete layers or a way to filter them in the binding process. Currently I am removing the XREF and making a block of the essential layers each time I have to make a distribution but these are large and complex drawings making this a chore as well.
Arguably this would be much simpler if AutoCAD had a better method for removing layers such as offering to a. move all contents to layer 0, b. delete all layer contents or c. cancel instead of just telling me I can't delete the layer because there are contents like we're still using R12.
AutoCAD 2010
AutoCAD LT 2013
Revit Architecture LT 2013
View 6 Replies
View Related
Apr 11, 2011
Installed AutoCAD 2012 3 days ago.
I have noticed the layerstates of the xrefs in my drawings are disappearing. I have to close and reopen the file for them to reappear. Can duplicate this error? At the moment i haven't been able to pinpoint when it happens, but its a first in my experience. I just installed it on another staff members computer so i will see if they get the same problem and report back.
OK. I discovered it occurs when you unload the xrefs, then reload them in the drawing. I was able to duplicate the same problem in a seperate drawing on another computer.
View 5 Replies
View Related
Aug 15, 2012
I'm using AutoCAD 2013 64 bit and MS Visual Basic 2010 Express (and Excel 2007), and I'm trying to write VB.NET code to list all xrefs attached to a group of drawings. The list of drawings is in column 1 of an Excel spreadsheet, and I want to list all xref filenames in columns 2 onwards - one row per drawing.
The Excel part works fine. I just wish it was as easy to extract information from DWG files.
I created a "Windows Form Application" project in VB 2010 and added a button to Form1. Clicking on the button runs the code.
When adding references I added "Microsoft Excel 12.0 Object Library" COM for Excel (as per Excel website tutorial), and "acdbmgd.dll" and "acmgd.dll" (both with Copy Local=False) as per AutoDesk .NET tutorial. But I got warning messages saying Acdbmgd.dll and Acmgd.dll target a different processor. Is this different to the Excel COM target processor, or do I need to change the target processor for the whole project (and if so, how)?
I tried adding "AutoCAD 2013 Type Library" COM reference instead of "acdbmgd.dll" and "acmgd.dll" which got rid of the target processor warning messages, and I could then open the dwg files successfully, but still the project crashes.
Here's the code so far...
Imports Excel = Microsoft.Office.Interop.Excel
' do I need to include Imports for AutoCAD here? Various websites list AutoDesk.AutoCAD... imports here, but AutoDesk isn't an available option when I try adding this here - maybe because I have the wrong references?
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
[Code]....
When I run the project I also get a "A first change exception of type 'System.Runtime.InteropServices.COMException' occurred in MyProject.exe" message. How can I rectify this?
Currently it crashes when it gets to the cadDwg.Database.Blocks line saying "Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED))".
The xlsx file and the dwg files refered to in the xlsx file all exist. I've tried running it both with AutoCAD 2013 running and with AutoCAD 2013 not running. Still doesn't work
I feel so close, but what am I missing? I haven't downloaded the "ObjectARX for AutoCAD 2013 (32-bit and 64-bit)" from AutoDesk yet because (i) I have to get a licence, and (ii) it's a very large file, and (iii) I seem to be able to open drawing files without it, but just not access the data I want in the files.
I've got 1500+ drawings to look at by the end of the week. If this doesn't work it's back to AutoLisp (and maybe script files, but that's another headache).
View 9 Replies
View Related
May 9, 2012
Autocad 2012 was working fine until a week ago when it started taking a long time to open drawings--even search for drawings on our network. It also takes at least 30 seconds to save files, where it used to take 5 seconds at most.
I found the AutoCad 2012 and AutoCad LT 2012 SP1 Ribbon Hotfix, which sounded like my problem, but it is for Product Version F.107.0.0 and I have Product Version F.51.0.0.
View 5 Replies
View Related
Aug 13, 2013
Is there a way to increase the access time so printing is faster?
I have AutoCAD 2013 and access drawings over VPN (6 meg pipe).
Both opening the drawings and especially printing them take a very long time.
It takes about 8 seconds to open drawings, due to all the modules loading on the bottom-left of AutoCAD. Printing takes even longer than opening the drawings.
Is there a setting I can change to speed-up access time?
View 5 Replies
View Related
May 13, 2010
When using the undo command, plotting or switching between drawings in Autocad 2010 and now also 2011 I am experiencing long delays of up to 15-20 seconds at a time which is rather frustrating. I am running a fast spec computer and can't seem to overcome it, I haven't had the problem with 2009 and when need to do something quickly have found myself using the outdated software. Other users in the same office have equal or lesser spec computers and are not having the same issues, I have tried a re-install and this hasn't worked either. I was hoping the new 2011 version would solve this issue but no luck.
View 9 Replies
View Related
Feb 22, 2012
When ever i open a dwg file (it contains Xref files) it's take a long time to open... and i tried the same file to open in Autocad 2007, it's opened with in a second.... and also note that the Autocad 2007 installed in a Dual core pc with 4gb RAM.. and the 2012 is installed in Core i7 12gb ram with NVIDIA graphics card.. and it's 64 bit Windows 7 too.. When i try to open a file it's shows "Loading c:/ ....... base.dwg, etc.. ..
View 8 Replies
View Related
Jan 28, 2013
We setup a company template to use STB. Not trying to debate if its the right move, we simply did it because the designers grasped the concept of Named Styles rather than color styles.
Here is our setup.
AutoCAD 13 on Windows 7 with Adobe PDF or DWG to PDF
We have an xref'ed drawing of a background. We xref it on Layer XXX_BKGRD with a color of yellow and a Plot Style of Background.
In our STB file we have style named Background set to plot Black. We have Plot object lineweights and plot with plot styles selected. The VP is set to Legacy Hidden.
When we do a plot preview, its all color. No change.
View 3 Replies
View Related
May 3, 2012
I can't load some xrefs in 2013 that I can with 2012. Identical new machines within the last week.
I get an invalid message for some not all. Is it the 2013 jinx?
View 9 Replies
View Related
Sep 17, 2013
I have 4 plans of the a building in separate files, all set to world ucs. I xref in ground floor to the first floor, then move the first floorr so it aligns. I complete the same process for plant room and roof. Having saved all the files I then xref back the first floor into the ground floor using the insertion point as 0,0,0 but the plans do not align???!!! I do the same for the other plans, the plant room plan aligns with ground floor whilst the roof plan aligns with fist floor [but not ground].
I have tried reinserting numerous times but am missing something? The files were supplied to us as dwg format but I do not know the full history.
View 3 Replies
View Related
Apr 18, 2012
I regularly recieve files from Architects and of course they have several xrefs. I have all of particular files that are referenced, however i cannot open the main file and have them load in 2013. I also cannot click reload or even detach and then reattach them. Nothing happens. However if i open the file in 2012 it opens just fine then i can bind everything into one. is there a setting i need to change?
View 1 Replies
View Related
Jul 12, 2012
Script to detach all xrefs?
View 6 Replies
View Related
Jun 21, 2012
if I put objects and text in the same layer, and then go to another .dwg file and then xref that file, the objects show but the text won't.
I've tried different layers and non and anotative text, but I can't get the text to show.
2013 Civil 3D
View 5 Replies
View Related
Sep 10, 2012
Using project navigator my drawings get xrefed from the constructs, through the views, and finally to the sheets tab.
I recently realized that I needed to fix / change my linetypes on 5 different drawings starting at the construct. When I had finally finished fixing the layer linetype / line LTscale / drawing LTscale to get it to look exactly the way that I wanted, I had to go through my views drawings, and the sheets drawings, detach the xrefs, re-attach them, and then modify the layers to the colours that I wanted.
Some people had the same problem about 10 years ago in this thread, and the poster at the bottom sums it all up nicely. This is not a VISRETAIN issue. I just want changes to my linetype changes to flow through all xrefs, just as if I had moved a line.
[URL]
I would like to see a setting added to CAD that would allow linetype changes to flow through, and a colour setting that would allow colour changes to flow through. Maybe VISRETAIN is too broad of a command, and needs to be broken down into linetypes, colours, LTScales. etc etc etc.
View 4 Replies
View Related
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
Jan 8, 2013
After some infrastructure changes, I need to repath all of my xrefs. I know I can easily do this using the Reference Manager, and I have. However, when I open the drawings that I have updated, the xref images (jpg, png, etc) do not display, but rather only show the image border. I must then go into the External References pallette in each drawing and reload each reference. This works fine, but it is awfully clunky, as I must do this for every drawing.
Is there a way I can batch reload these references after updating the path in Reference Manager?
View 3 Replies
View Related
Apr 15, 2013
I'm using Autocad 2013. My problem is when i use "recover files & xrefs", all the files recovered are saved as a 2013 dwg version. As we all save our files here as 2007 version so when others opened the files they are getting some of the xref files missing in the drawing.
Is there any option to save files in a lower version when i recover?
View 2 Replies
View Related
Mar 13, 2013
I am accidentally selecting the xref when hatching and thought I remembered a setting or something to where you could make it where the xref couldn't be selected when hatching? I know the work around. Just unload the xref and then hatch, just thought their was a setting for this.
View 1 Replies
View Related
Sep 27, 2013
Trying to use overlay to prevent some circular xrefs. When the civil plan is xreffed as an overlay, the images and pdf's xreffed in the civil file show up in the file it is xreffed into. As an overlay, this should not happen? the problem is that that both the civil and piping drawing has the same pdf xreffed and it is doubled up. Does overlay not work for images and pdf's? is there something else?
View 2 Replies
View Related
Nov 15, 2013
We prefer to detach all xrefs when exiting a base file instead of unloading them. Is there a way to have autocad remember which xrefs were used in the base file so that they can be reloaded all at once next time.
View 4 Replies
View Related
Jul 19, 2013
I have files that contain only XREFs, some have up to 20. When I try to use etransmit to share these files, the paths are still looking for the network and not the contents of the zip file.They are all Overlays Full path
I swear that it worked before but I cannot replicate it.I cannot share the zipped file with anyone not connected to our network as all references are lost.
View 7 Replies
View Related
Dec 27, 2012
I have a Windows 7 machine running AutoCAD 2013. When trying to open any drawings from our AutoDesk Vault 2013 server, AutoCAD will hard lock/freeze and can only be closed by using Windows Task Manager. When accessing the same files through the Vault first, without opening AutoCAD, they open with no issues.
View 1 Replies
View Related
Oct 11, 2012
I using a 27inch iMAC and running boot camp (WIN 7 Pro 64bit). 16GB RAM. Using NAS network storage.Graphic card. but still slow and crash it is the win 7 aero theme will affect the autocad?
View 2 Replies
View Related
Jul 31, 2012
My file has over 100 layers and 20,000 containers that are in 3D. It worked fine when I drew them. After I closed the file, it always takes 5 to 10 min to open. I can't delete a layer (layer2) or rotate angle of view or any normal command such as purge and audit.., it always crashes.
I was wondering that if I did anything wrong casued this, and that whether my approach of drawing these is correct, performace wise.. and what would be the better way of doing this..because my drawing is now uesless I can't even rotate it in vp ro do anything...
View 5 Replies
View Related
Aug 14, 2013
We're an IT company that installed a new NAS for all the data in a architectural office.They are using AutoCad 2011 / 2012 / 2013LT / Revit 2011
Since we installed the new NAS and copied all the data from the old one, opening and saving files takes too long. Sometimes the files hang while regenerating. Saving can take up to more then 4 minutes.
Other applications, for example photoshop, work fine. Copying files from the local disk to the network drive, even moren than 100MB works fine.All computers have windows 7 and the NAS is from Synologie.We tried reinstalling AutoCad but that doesn't solve the problem.We tried setting the savefidelity to 0 but that doesn't solve the problem.
View 9 Replies
View Related
Jul 8, 2013
3 MB file with several Xrefs takes about 20 mintues to open. I've purged, recoverd, and audited the working drawing and all the overlayed Xrefs, with no success. When I open in AutoCad Version 2007, it opens quickly (one minute)
View 6 Replies
View Related