AutoCad :: Modify Xref Path In LT 2012
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
ADVERTISEMENT
Jun 20, 2012
I'm getting a problem regarding getting a document database. I've tested two alternatives:
Alternative1
doc = autoCadApp.DocumentManager.Open(fullpath);
autoCadApp.DocumentManager.MdiActiveDocument = doc;
doc.LockDocument(DocumentLockMode.Write, null, null, false);
Database db = doc.Database
Alternative2
Database db = new Database(true, false);
db.ReadDwgFile(fullpath, FileShare.ReadWrite, false, string.Empty);
Because what I'm trying to do is modify the xref path of documents, and when i detach the xref and then attach the newer xref, if i access the database from the alternative 1, I don't get any error and the xref is updated correctly. But when I use the alternative number 2, when I attach a newer xref i get and ePermantlyErased exception. Shouldn't that be the same? By the way, I need to open the document silently that is why I'm using alternative number 2.
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
Jul 5, 2012
How do I get the full Xref Path name instead of Xref.dwg? I'm scratching my head is this totally under my nose... cause I don't see where the property is stored. I'm getting EV_BDR.dwg instead of C:folderEV_BDR.dwg
View 8 Replies
View Related
Jul 11, 2012
I have many drawings that were created with the xref's as full path and I need them to be relative path. I would just go in and reatch them as relative path but the drawings are complete and there are different layers frozen in each one.
View 4 Replies
View Related
Aug 31, 2012
Is there a way to change an xref from saved "full path" to "relative path"?
View 1 Replies
View Related
Mar 1, 2013
I am attaching a File as a xRef. At the time of Attachment, I select attach as attachment, and No Path in Path.
Now if I try to fetch detail of this file using MdiActiveDocument.Database and BlockTableRecord, I gets only file name not the path. However, In AutoCAD we can see the file path under "Found At". Can we read / fetch this using C#.
In case of Full Path or relative Path, I gets full path in btr.PathName
Here is my code and I am using AutoCAD 2013
Database db = acadApp.DocumentManager.MdiActiveDocument.Database;
using (Transaction Trans = db.TransactionManager.StartTransaction()) {
BlockTable BlkTbl = (BlockTable)Trans.GetObject(db.BlockTableId, OpenMode.ForRead,false,true);
db.ResolveXrefs(false, false);
[Code] ...........
View 1 Replies
View Related
Aug 30, 2012
I have inserted an XREF with annotative blocks. The blocks in the original drawing are 1:1. In the new drawing I want to plot the XREF at 1:250. How do I set the annotative scale to the blocks with out adding scales to the original drawing?
View 1 Replies
View Related
Oct 27, 2013
I am having trouble with a locked xref. I would like to unlock it so that I can modify for my mechanical drawing. The architectural drawing is provided in xref form from the architect and he has not left it open.
Is there a simple way I can unlock it so that I can modify it without going back to the arch?
I am currently using 2008.
View 5 Replies
View Related
May 22, 2013
I am looking for a way to change the parameters of a part that is within an iAssembly. Basically we have tubing with flanges on the end and wish to have an easy way to model varying lengths. I essentially need to be able to have the upper level iAssembly control the flange spacing and cut the tube to length based on the users selection. Due to BOM setup these parts must be seperate .ipt in a larger .iam
View 2 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
Oct 8, 2011
I have a drawing which has a reference to an external drawing in it for the company logo which is used in the title block. We have moved the location of the company logo to a new drive and thus I need to modify the properties of the path.
But when I open up the properties on this it does not allow me to change the path. I found the only way around this was to delete it and start over using the new path .
View 6 Replies
View Related
May 3, 2012
The video pretty much explains it. Randomly when I move the pivot (d) and snap to point (v) it crashes on mouse release. This has been happening recently more than is acceptable.
I included about 30 seconds up to the issue to show what exactly I was doing before the crash.
View 2 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
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
Apr 23, 2012
My computer is not searching for the xrefs correctly. Whenever I switch to another job and try to load an xref, the computer searches under the last job I worked on and nothing else. I have several folders listed as search paths but it just seems to be ignoring them. We never used to have this problem and I cannot figure out what has changed.
View 2 Replies
View Related
Aug 24, 2011
Is there a way of showing only the location of the xrefs using a diesel expression (or otherwise)?
At the moment I'm using $(xrefs,5), but all the xrefs are in the same folder, and I only want that folder path shown once.
I.e., even if I have 5 xrefs, I just want one line showing the folder path of those xrefs.
View 5 Replies
View Related
Apr 22, 2009
Using VB .NET we're trying to find the Resolved path of an Xref. We can get the Saved path (which, for us, is only the xref dwg name) but we need to determine where the Xref was "found at" by AutoCAD.
View 5 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
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
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
View Related
Oct 4, 2011
My problem is that when I try to modify path, I can only manipulate one curve, and then it won't recognize any more curves - when I hover the cursor above next curve I want to change, the cursor icon is that with rectangle, not the one with four arrows, and when I click on the curve, it just adds new node in this place. It never happened before. I don't know how else I could describe this problem, but I made a short video that displays it better: [URL] ........
View 1 Replies
View Related
Aug 29, 2012
Is it possible to change the saved xref path without reattaching the xref.
View 1 Replies
View Related
Jul 17, 2012
i looking a way for create a block after selected a Xref.
It is for display the path+Name of my Xref.
It use fields manualy put i can copy/paste the bloc. (ObjectId not egual in a 2 dwg).
I want :
1 - selec the Xref --> I know how to do that.
2 - create a bloc --> I know.
3 - create a att -> i know
4 - fill the att with the field --> ???
View 1 Replies
View Related
Mar 14, 2013
how do I show the full name (path and all) at the top of the Acad dwg?
View 3 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
Mar 5, 2012
here is the question,basicly, i have a folder named "A", and this folder include 5 DWGs, named 1,2,3,4,5. "1" is the main DWG, so, 2,3,4,5 is attached or overlayed to main file. First step im copying this folder from server, and im pasting to my desktop.Im doing some modifications on xref files, and im uploading "A" folder to my friend's partage from local company server. its allright till here..
my collegue is copying this same folder "A" and opening main file, and main file reading another "3" file from his desktop... this is the problem. file names are same, and it has to be this way. i want to make the main file read from its own folder. we are using 2008, 2012.
View 4 Replies
View Related
Sep 25, 2010
I wanted to attach an image as Xref to my drawing. I like to set my Xref's relative but in this occasion I get the error "Relative path cannot be assigned".
My version of AutoCAD is 2011 btw.
View 5 Replies
View Related
Aug 23, 2012
A part of an application I'm writing involves detaching a specific xref of known filename and path from an open drawing. I'm having a surprising amount of trouble figuring out how to do this or finding any examples "out there" (A'desk forum, the googles, A'desk developer's guide). I have the code for attaching an xref, but detaching is presenting unexpected problems.
View 6 Replies
View Related
May 11, 2012
Is there a way to make sure whenever I x-ref a file it is not saved as "full path"? I prefer that be the default as I never x-ref outside of the folder I am working in.
View 1 Replies
View Related
May 2, 2012
How can I update the file path to an XREF which is NESTED? I point the file to the appropriate xref and even though I save the file it won't point back to the file upon opening?
View 7 Replies
View Related