AutoCAD 2013 :: Unreferenced Xref When 2012 Drawing Open
Oct 29, 2012
Just got the upgrade from 2012 to 2013 AutoCAD. When I opened the file from 2012 to 2013 for editing, my sub-xref file become "Unreferenced". The main Xref is loaded and fine. I tried to reload it but it doesn't work, and only its text path that are shown in there. It seems that the sub-xref file is in the right path when I trying to verify it location. So, what I did was use my old 2010 Autocad to finish my task which work fine. Why my sub-xref is in "unreference"condition using 2013 AutoCAD.?
View 2 Replies
ADVERTISEMENT
Aug 13, 2013
Is there a program available to convert newer Autocad files to older versions? I have a 2012 file that I want to read in 2008.
View 2 Replies
View Related
Jan 26, 2012
I copied and pasted special part of an excel document into AutoCAD Map 3D. But I had deleted it instead of detaching it. How do I remove it? Its says I cannot reload, detach or bind. I have 6 of those. I have 2 more that are Not Found and states the same thing. I just want them gone. How do I do it?
View 6 Replies
View Related
Jun 13, 2011
Im working on a reticulation drawing with the site plan XREF'ed in. Why XREF manager has dozens of unreferenced attachments which I cannot delete. See image.
I was working on the drawing this morning and reloaded the XREF without trouble, then I saved the retic drawing as a Rev 3 and now I cannot reload the XREF. Then when Id like to remove and reattach it I cannot find it in XREF manager yet it is still visible on my drawing.
View 7 Replies
View Related
Oct 17, 2012
When I open a file in ACAD2013/ACAD2013LT I can't see some XREFs created in ACAD2012LT. XREF command cannot resove it either. It will show path correctly.
View 7 Replies
View Related
Nov 27, 2013
Is there a way to get rid of the unreferenced image files from a drawing from the command line. I have thousands of dwgs to batch edit using a script and Script Pro and need to automate the "right click and detach" on the command line.
View 3 Replies
View Related
Nov 3, 2011
We have a machine that keeps crashing while trying to open a drawing in 2012 LT or even in 2012 Full autocad.. ive uninstalled and reinstalled and still keeps crashing.
View 5 Replies
View Related
Jan 6, 2014
My firm is starting a project....the Structural side is going to be don in Revit 3d and our Mechanical side uses Autocad w/Cadworxs for our 3d package. Is it possible to export the Revit steel drawing and import that model into Autocad as an xref?
View 1 Replies
View Related
Dec 6, 2012
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.
View 3 Replies
View Related
Apr 10, 2012
Can I open 2012 .dwg files in 2013 and have all the settings styles and all the 3D data? 2013 Civil 3D
View 3 Replies
View Related
Feb 18, 2013
How to open subassembly designed in SAC 2013 in the SAC 2012 ?
Civil 3D 2012, SAC
16 GB Ram 64 Bit Win7
View 1 Replies
View Related
May 14, 2012
I am copying chunks of code from the My First Plugin tutorial and am using the code that opens Inventor to start the form. I have both Inventor 2012 and 2013 installed on my system. I have gone in to the properties and changed the .dll reference file to read out of the bin/PublicAssemblies folder in 2013, however, when I run my Windows Form, it will open Inventor 2012 instead.
View 2 Replies
View Related
Jan 29, 2013
In the past (using Autocad 2007), I could copy my AutoCAD drawing and paste it into a sketch in Solidworks. Since my company updated to AutoCAD 2013, I can't seem to paste anything into the Solidworks sketch.
View 1 Replies
View Related
Feb 28, 2013
I have always used step files to save back to previous releases but i cant seem to get them to open in 2012, I get the attached message
I cant see any version options when saving the sat or stp file, also dwg export, import doesnt work either
I can see other people are still able to do this, is there a setting somewhere?
View 4 Replies
View Related
Aug 4, 2012
Have the "ignore version" flag on, but I get this weird message:
The mesh 'standard_exterior_wall1Shape' has no '.fc' attribute. //
for ever mesh I've deleted history on.
View 2 Replies
View Related
Dec 10, 2012
can 2012 open a flame 2013 file archive
View 2 Replies
View Related
Feb 22, 2013
I'm in AutoCAD 2013. I've been working on a drawing everyday (was just working on it yesterday), but can't open it now. I just get a blank gray screen when I open if from within AutoCAD. When I open it from my computer drive while AutoCAD is closed, AutoCAD opens and I get "Drawing1.dwg." I've tried the RECOVER command, but I don't get a response. I tried RECOVERALL command which let me choose a file to recover, but it responded saying it could not recover the drawing.
View 6 Replies
View Related
Jul 1, 2012
I'm doing a program in Visual Basic 2010. In one of the forms I put a button that when clicked must open AutoCAD 2012 and make a drawing in it. The user will decide where to save it.The steps are these:
1. I added the references Autodesk.AutoCAD.Interop and Autodesk.AutoCAD.Interop.Common to the Visual Basic Project. That's OK.
2. I wrote this in the heading of the form's
- Imports Autodesk.AutoCAD.Interop
-Imports Autodesk.AutoCAD.Interop.Common
3. In the event Click of the Button1 I put this:
Dim acadApp As New AcadApplication 'Create an instance of an AutoCAD Application
AcadApp.Application.Visible = True 'Show the instance of the AutoCAD Application
Dim acadDoc As AcadDocument 'Create an intance of an AutoCAD Document
acadDoc = acadApp.Documents.Open("C:Respaldo TesisDibujo2.dwg") 'Open a Document called Dibujo 2
'Draw a line
Dim PT1(2) As Double
[code].....
View 2 Replies
View Related
Nov 19, 2013
A colleague was working on a drawing yesterday in AutoCAD 2013 when it crashed. Since then the drawing has refused to open in AutoCAD 2013. It also does not open Trueview. It will however open in previous version of AutoCAD. We tried to export it to .dxf as well but they are corrupt. We also tried to attach it to a new drawing as an Xref and as a block, both were met with an instant fatal error and the closure of AutoCAD.
We have tried auditing, purging, resaving, using backs-ups. None of them will open in AutoCAD 2013 any more. The drawing closes without attempting to open with no error messages. It just loads up the default drawing(x).dwg.
View 9 Replies
View Related
Apr 26, 2013
When opening a drawing that turns out to already be open by someone else, the "Open as read-only" warning isn't showing up for one of our users. This is becoming confusing and in the end someone's change will not take. Is there a setting that may be turned off?
View 9 Replies
View Related
Dec 26, 2012
I have drawings (some with more than one sheet) from inventor 10. Now I like to open it in inventor 2013. The first sheet is showing, but I can't open the other sheets. I can print them, but I can see a listing of it or go to the sheet.
FYI, until December 2012 I worked in Inventor 10, now I have inventor 2013, so everything is new to me.
View 9 Replies
View Related
Jun 1, 2012
I don't understand why the right click - open drawing command had to be put in a submenu. Is there a way to customize the commands on these right click menus other than the marking menu? I don't really like the marking menu, and I don't want to put it there. There was nothing wrong with where it was... There are so many commands in the basic right click menu that a good majority of inventor users don't use. At least give us the ability to customize this.
View 9 Replies
View Related
Jun 28, 2012
I recently purchased AutoCAD Civil 3D 2013 and all of a sudden when I select "File", and "Open", the dialog box from which I am supposed to select a drawing file has a small "Initial View" box with a small check box to "Select Initial View". This box seems docked to the right side of the "Select File" dialog box but I am unable to select the check box. It seems to do nothing. Is this a glitch?
View 1 Replies
View Related
Jun 1, 2012
I use Autocad since version 2.0. My THUMBSAVE value is 1.Still not showing a preview of the dwg.
View 9 Replies
View Related
Oct 5, 2012
I have a data set including .shx .shp .prj and .dbf files each named the same for landuse, rail, road, etc for a single city. How can I open these files to export a simple line drawing for use in a thesis project as a map.
View 4 Replies
View Related
Jan 23, 2012
I wonder if its possible to Xref in DWG TrueView 2012, right now I can only open either the "Building drawing" or the "Plumber drawing" and I need to see them both.
Can I Xref or is it any other way to solve my problem?
View 2 Replies
View Related
Jun 20, 2012
Received some drawings with xrefs. Have put xrefs in sub directory called xrefs. Simple.
Opened drawings but cannot brows to select and save new path for xrefs. No brows button exists.
I am using acad LT 2012. So many unnecessary changes for so little benefit. Miss my old square screen also.
How do I update the path in simple terms nice and easy like previous versions of autocad. Storing xrefs in same directory is not an option. Reference manager does not appear to be part of acad LT 2012.
Drawings will not open in previous versions due to autodesk objects so using my trusty acad LT 2007 is also not an option.
View 1 Replies
View Related
Nov 10, 2011
I was in paperspace, clicked in the viewport to do something in model space and a compass with north south east and west showed up in the top right corner of my viewport. When I clicked on it, my x-ref rotated. How in the world do I re create this? I have no clue how I even accessed it or what command prompted this to happen.
View 4 Replies
View Related
Aug 28, 2012
problem when plotting files that have PDF images attached to them and are viewed through a viewport. When plotting, the publishing bar fills up but then stays filled and doesnt disappear. At this point AutoCAD is locked up and I see the file starts spooling. I have several PDF files attached that amount to no more than 500 kb, however, when spooling it racks up to 30mb before in sends it off to the plotter and it takes a very lenghtly wait (up to 60 min). Eventually it plots and sometimes it doesn't plot at all. After a while if I try cancelling the plot, it will start plotting but only half of the page and after that the entire operating system will lockup. We have several machines (6) and 2 plotters in a network and the plotters are shared. Is there a better and faster way to work with PDF xrefs? Could this be a networking problem instead of AutoCAD?
machine specs:
Dell Precision T3400
Intell Core Duo @ 2.33GHz
2GB RAM
OS: XP pro ver.2002 (w/ SP3)
AutoCAD Architecture 2012
Plotters:
HP Design Jet 1055CM
KIP 3000
View 3 Replies
View Related
Jul 27, 2012
Periodically, when I try to create an XREF using the Relative Path option, C3D will tell me that it can't use the relative path. But if I then close the drawing and reopen it, the command works just fine. why C3D sometimes fails to do this, or why closing and reopening the drawing fixes the problem.
Never saw this problem before C3D 2012.
View 9 Replies
View Related
Oct 31, 2012
I'm in AutoCAD 2012. This xref won't go away. I've done the obvious fixes but can't get rid of it.
View 4 Replies
View Related