AutoCad 2D :: Why Detach Is Not An Option For XRef
Jun 12, 2012
I cant figure out why detach is not an option for an x-ref I have overlaid on my drg, there are other files attached to the x-ref in question, which I suspect is the issue.
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.
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.
I wanted to detach xrefs that having status File Not found from multiple drawings (fodlers and sub folders) without opening the drawing file.
- I am able to get all the dwg files from folders and subfodlers. - am able to find the xrefs that are working and the ones that arent
I am not able to detach the xrefs that are having the status FileNotfound. I dont know how to get the objectIds of those xrefs. I tried several ways...
Here is my
[CommandMethod("Dref")] public void detach_xref() { //get the document Document Doc = Application.DocumentManager.MdiActiveDocument; Editor ed = Doc.Editor;
New to autocad. Would like to know how to merge two files through xref option. I've been trying this option since long but have not been able to do it successfully.
If I have a table or custom iPart and create an instance of it inside an assembly, is it possible to create an independent .ipt file which is not linked to its source file?
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.
I know that in ACAD you can use the xref manager to see where the actual file for the xref resides on your computer/server/etc. What I'm curious about is whether or not the inverse action is possible. Can you somehow access the file (not the output sheet where it's being xref-ed) and see what other files are using it as an xref?
I've come in on a project that is nearing completion and have been assigned the task of "cleaning up the project folder." Unfortunately, there are a ton of files in the different folders that are no longer in use on the final output sheets and I need to keep the ones still in use and archive the ones that are no longer needed. What I've been doing is going through those sheets and reviewing the xref manager for each sheet to see which files are actually put onto those sheets and making a physical checklist from which to organize my findings. Once the checklist is made, I then archive all the files that are no longer being used.
Is it possible to run a lisp which can extract all the xref names, make a layer with that name and then change the xref on the layer? I have got a similar routine from earlier posts but it doesn't work if any xrefs inserted in paper space (works fine on model space). could change this routine allowing to change the layer of xref in paper space too.
(defun dxf (i a) (cdr (assoc i a))) (defun c:lxr ( ) (setq ss (ssget "x" '((0 . "INSERT"))))
I am using (trying to anyway) a :VLR-xrefSubcommandReloadItem reactor. My only question is how to get the xref/block name from the 'reactor callback data' Object ID.
I am ultimately trying to pass it to (vla-get-xrefdatabase ....), but I cannot figure out how to turn the second parameter from the reactor callback data into something I can use - for example the second parameter returned may be "65" or some other number.
when you bind an xref the link disappears from the xref manager.
is it possible to bind an xref, but preserve that link in the xref manager? i realize that will lead to two copies of the same object in the drawing (one xref, plus the new block). everyone's okay with that happening.
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
I have imported 21 cubes in max for a test. Once imported, max see the 21 cubes in 1 object (see the brackets in the image). I would like to detach the 21 cube from the starting object and center automaticly the pivot point. It's possible to do that without script ?
i want to detach the half of the polygons of a uneven terrain in max... the problem is when i select the polygons i want and cilck detach the normals of the detached edges become split. Is there a method of detaching polygons which preserves normal orientation.
I have an animated character from which at a certain point i need an object to be 'detached' from the character and animated on its own, problem is as soon as i want to manipulate that part of the character i get this gray manipulator tool that tells me nothing will move, should i give up my whole dream upon this? Maybe i should have visibility turned and switch to a duplicate up to that point in the timeline, problem is i havent been able to move a duplicate either so far, back to hell.
I have a request from an Architect to detach, purge and remove links from my model every time before I upload. I used to clean up received models (MEP 2008-2010) thinking it would increase performance. It's been a years since I have done this and my model performance behaves no differently. Is there any validity to his claims that this is beneficial on the Architectural side?
I just downloaded Photoshop Elements 12. I use 2 monitors for photo editing. How to detach the layers pallet from the photo in PE 12? Also, how do you separate the tabs into separate pallets -- navigator, histogram, etc?
when I scan to my computer it was set to go to my documents, now it goes to Lightroom. When I try to open it in my documents it is a lightroom link and sends me to lightoom. the same thing happens with photos I take and import from my card. they are not a proper jpeg they have a lightroom icon and no matter what I do clicking on the photo takes me to and opens up lightroom.
As you might see in layer panel. there is a blending option applying on text. and when i try to applying new blending option i-e drop shadow or inner shadow to layer shape 5. it will mess with also to text layer.
I cannot stand it when I make a new layer in Illustrator and the color hint becomes yellow. This usually happens on the third new layer into every project. I can go in and manually change it from yellow to the ten plus other colors, but I just want yellow completely out of the list. It's awful to look at, and I think every other color is easier.
If I have imported a large multi-spline object, is there a way to bust it up into separate splines easily -- without having to detach each one individually?
I received some plans and in the main dwg there are 10 xrefs. Now in these xrefs there are others xrefs as well and some of them are linked together in a circular manner (it's a little hard to explain). How can I get rid of all the xrefs and collapse them in the same drawing.
So I've got these 11 design packs that I have been working on for months. Every time I need to make a major change I copy the entire folder and work on the copy so that I supposedly can get back to where I was if/when something goes awry. I am now working in my fourth version of the folder.
Most of the designs work just fine, but when I try to open one of them, it can't find the Xref. In the first place, when it tells me where it thinks the Xref should be, that's where it is - the path is correct - but AutoCAD can't find it. In the second place, when I go back into my supposedly safely saved earlier versions of the design, suddenly AutoCAD can't find the Xref in those versions either, even though I have not touched them since they last worked.
How I can correct it? I do NOT want to lose the scaling I have in the viewports, as I have gobs of labeling in paper space that points to features in the viewports.
I have a drawing with one viewport. In model space I have attached a jpg. If I draw a line over the xref in model space, it looks fine. When I switch to paper space, the line does not show, but if I plot to a pdf, it does. If I draw on paperspace, above the viewport, the line does not show.
The jpg is black lines on a white background. If I draw a line across it in model space, it shows up as the correct color (in this case it's red) but when I switch to paperspace it turns white and is invisible over the image.
I tried to change the display order, but no win. I checked the properties of the line and the xref itself and it all looks good. Everything is set "by layer".