i need to send a drawing out to a clent of our's. it has a XREF with it . so here what i do. open drawing, purge it, go to xref manger highlite the referrence, right click, hit bind, Bind Xref/DGN underlay window comes up check bind hit ok it go thur it stuff. the xref disapear from the drawing but it still shows in the xref manger with a coment on the command line that say : Error : at least one of the specified xref failed to bind for an unknown reason.
I have binded an alignment drawing into another drawing. I am still able to use the alignments for calculations however they do not show up in toolspace. What is the reason for this? Can i export the alignments and import them without having issues now?
I have a situation where it would be expedient for me to be able to bind only one instance of an xref and leaving the others intact. I have to do this for several different x-refs. Is this possible in Autocad 2008? If I use the xref manager I can only see an option to bind the entire reference.
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?
We are a small company with two PCs - 1 laptop and a server. We are having problems using xref drawings across the network. The laptop is mapped to the Z drive and the reference file is on the server (D drive). Each time we open a drawing on the laptop (Z drive) the xref files which is saved on the server (D drive) cannot be seen. We reattached the file and it works fine until we closed and reopen the drawing. When the drawing is opened on the laptop the xref is not loaded on the screen. However, the file extension can be seen but no drawing is visible.
In summary how can we tell get the laptop to permanently reference xref files saved on the server without them dropping out?
When I import a drawing using XREF command from one file to the new file the scaling between model space becomes all messed up. making the adjustments between the two?
So, I am working off a site drawing of an 80,000 sq ft production plant that was drawn by some old school drafters using probably AC 14. Most of the departments are drawn in xrefs. However, probably 10+ people worked on this project of mapping the plant so nothing is the same. I cannot describe the frustration of inconsistencies of this drawing. Alas, my question: some of my xrefs are shown in literal dim lines, what is going on? When you go to the original xref, the lines are as bright as they always are. When the xref is in the main drawing, the lines are dimmer than everything else.
For new drawings, is there a way to program Autocad to always load Xrefs relative? We pretty much use xrefs everywhere, and it seems like it would save a lot of time if I didn't have to open the External References and change each xref to relative.
Also, if you have an existing drawing and need to change the xref from absolute to relative path, is there a way to have it automatically do that? I'm assuming there isn't, but thought I'd ask.
I am trying to come up with a way to track a block or xref in multiple drawings. I have multiple drawings that have the same block in them and I was hoping that there was a way I could find out what drawings have the block without having to open up every single drawing.
In the attached screencast video you will see that I have a drawing set up on the left of the screen to show where all the sections are taken through the building. I have setup a layer called SPC SECTION LINES which is set up to be bylayer and on the colour green.
When I XREF this drawing into the sheet file on the right side of the screencast you will see how the colour turns yellow when reference into the new sheet file?
Why does the colour of the line change when it gets xrefed into a new drawing?
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.. ..
The 2D drawings I am working with were exported from 3D REVIT files to 2D AutoCAD files. There are several XREFed drawings that are both mechanical and architectural from the original REVIT files that for whatever reason, the block's line weights came over with line weights of 70 in those blocks.
When I plot, the objects are a blur with the line weight so high. I tried using the command "setbylayer" but that didn't work since nested blocks still had lineweights of 70. Is there a VBA or LISP routine to run through all the blocks (including nested) that can change the line weights to a given number?
I have a set of 40 drawings and the title block is a shared jpg image that is referenced, is it possible to bind this image to each drawing, I have tred etransmit with no success.
I realized many people need code in a txt file so I have attached two from my previous posts.
Both are having the same problem where the code runs to completion but does not update the xrefs. I am still guessing there is some xref edit that I am missing other than database.xrefeditenabled
Is it possible to bind a drawing and have only the objects visible in the viewport to remain in model space after binding. I'm working with some pretty big models and am trying to reduce file sizes after binding.
Using ACA 2012 and Windows 7 Pro x64. I have a drawing with two viewports. In one I'm showing the electrical layers and the base floor plan. In the other I'm showing casework and the base floor plan. All of the layers are contained in one xref so some are frozen in each viewport. When I bind that xref using the insert method (bindtype=1) some of the electrical layers show in the casework plan. I've tried everything I know of but I can't figure out how to surpress this behavior. If I use bindtype=0 the problem goes away but I end up with ugly layer names.
This drawing file doesnt allow copy to clipboard or even binding on to other drawing. It was originally sent to us from another company, I have deleted all the objects and layers, purged it. If I create a new line or other object, Ctrl+C doesnt work.
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.
I've been teaching myself inventor over the past couple of months so I can design the rear suspension setup for my car.
I've got the IRS modelled with enough detail to show my engineer the concept, but I want the suspension to "work", ie each link will move as the suspension flexes.
I'm attaching the arms (blue, dark green, red and yellow) to the cradle (orange) using the joint command, and selecting "rotational". This works fine and the arms can swivel about a single axis as they should. But as soon as I attach the knuckle (lime green) to the other end of all the arms using the same type of joint (except the joint with the blue lower control arm, which is a ball joint), nothing will move.
I understand that in real life, each joint has a bit of "slop" in it, allowed by rubber bushings, which prevents the whole setup from binding.
To my uneducated mind, the solution would lie in one of 3 methods: Convert all the joints to ball joints (I'd like to avoid this if possible) Add some kind of flexible rubber bushing to all of the joints (probably not possible) Get rid of the rotational joint constraints altogether and somehow mate all the parts to each other using work points, rather than a cylindrical bolt and eyelet, so that each arm has full range of movement in both the X and Y axes.
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
Is it possible to map something OTHER than F keys to Actions? I can't figure it out if there is a way!Is there a way to program a conditional into actions (e.g. if multiple layers are selected...)?
I have already done a smooth bind on my mesh and painted weight maps. But then I realized I need to add a bone into the joint chain. It is on an extremity. Is there a way to add a bone in after binding without having to unbind and redo weightmaps?
When exporting to CAD formats image files such as company logos do not stay within the CAD drawing created. The image files will appear as separate files image files such as JPG. Is there any method to export to CAD where the image files will be bind to created Autocad dwg file. Is this possible.
When i try to copy paste some drawing entities from a heavy drawing file to any other file, the program blocks and says 'not responding', endlessly. So i always have to shutdown the program. I experience the same problem using the designcenter: when I try to copy a layout into another drawing, my computer gets stuck.
Another annoying problem with these files is that they are so heavy, while in fact they shouldn't be. I tried the aectoacad file command. In result the file id half as big, but after I open it and save it, again is the original size.
Every now and then I go back and try to use publish to speed up printing but I always go back to plotting one by one.
I work in a housing construction office and I have 10 separate drawings side by side in model space for house plans that I need plot separate to give to certain people. My problem isn't that I can't publish them separately its that I can't save them over existing pdf's individually predetermined.
Q1. do i just have to go through and change every layout name before or after i publish?
Q2. how do i change the output publish location?
Q3. can each layout be saved to a different existing pdf and remember it?
Q3. can i save these setting across to a new drawing?