AutoCAD LT :: Xref Pdf Files

Feb 23, 2012

When I xref a pdf file into LT2012 all that is visible is the frame for the xref, none of the lines etc.. are visible. The xref manager shows the pdf as attached.

View 4 Replies


ADVERTISEMENT

AutoCad :: How To Make Changes In Xref Files

Feb 19, 2011

How to make changes in x ref files ??

View 1 Replies View Related

AutoCad 2D :: Scale XRef Between Two Files

Apr 15, 2012

I have a file that is x-reffed into another file. In both instances the drawing has the same measurements, but when I make a viewport in the receiving file the drawing (in the viewport) is 1000x smaller than it should be. It should be noted that I am working in metric units AutoCAD 2011.

View 5 Replies View Related

AutoCAD LT :: Xref Files Show Up With Crosshairs?

Sep 24, 2012

I am working with files from an architect and when I open a file with xrefs they all have these big crosshair/boxes all over them.  I can choos edit in [lace and delete the crosshairs but there are a lot of xrefs and it will take for ever.  They are not on the original drawings that I can see. One with crosshairs and one without.

View 2 Replies View Related

AutoCad :: How To Merge Two Files Through Xref Option

Apr 30, 2012

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.

View 3 Replies View Related

AutoCAD Civil 3D :: Xref Files Not Showing Up In All Viewports

Jun 26, 2012

I attach an xref to a drawing, plan profile, and align the parts of the xref in each viewport the way I want them to appear.

The host drawing is a generic plan profile sheet border. The viewports are set to the same scale same annotative scale, and are undefined, not a plan or profile viewport. I save the drawing and get out of cad all together. I restart cad and open the drawing. The plan view viewport is visible and the xrefs are also. In the profile viewport nothing is visible or only one line is visible. Items in the view port are viewable, not frozen in the viewport, not turned of. The annotative scale is exactly the same for all viewports as is the xref drawing.I am xrefing a civil 3d 2011 aliment and profile drawing into these sheets. The only way to see the xref in the view ports is to detach and reattach the xref. To make things worse this does not happen to all drawings that are using the border that I used to create this drawing set.

View 3 Replies View Related

AutoCAD Architecture :: Plotting Files With PDF Xref Directly From 2012?

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

AutoCAD 2010 :: Slow Opening Of Drawings (having Xref Files)

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

AutoCAD .NET :: How To Allow Read Only Xref Files In Edit Reference In Place Mode

Jun 6, 2012

I am working on Xrefs in autocad, I come across one scenario as below,

AutoCAD application is not allowing me, when tring to  "Edit Reference In Place"  mode for read only xref file. and displaying below dialog box.

View 5 Replies View Related

AutoCAD .NET :: Can Cache Files Manually / Faster Xref When File Cached

Jan 15, 2013

I have noticed that a file is xrefed much faster if the file has been opened at some point. (Wtih the file I tested with it was 45 sec vs 1,5 sec) This must mean that the file is cached and can very quickly opened later if it has been opened.

I have an application that xref other files as overlay xref's. This is very slow since the xrefed files haven't been opened. And it will be this slow every time i xref them since they are never opened. Is there a way I can cache the files manually or something like that?

View 9 Replies View Related

AutoCad :: Use Xref Manager To See Where Actual File For Xref Resides On Computer / Server

Nov 15, 2013

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.

View 9 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Change Xref Layer With Xref Name?

Jul 31, 2009

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"))))

[Code].....

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Xref Reactor Object ID To Xref Name

Oct 2, 2012

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. 

Civil 3D 2011
Windows 7 x64

View 1 Replies View Related

AutoCad :: Bind Xref But Also Preserve Xref Links?

Sep 17, 2013

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.

View 9 Replies View Related

AutoCAD .NET :: How To Get Full Xref Path Name Instead Of Xref DWG

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

AutoCad :: How To Use Xref

Jun 12, 2013

How to use Xref in autocad would one give me an example on how to use it?

View 6 Replies View Related

AutoCad :: Get Rid Of Xref

Sep 8, 2011

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.

View 2 Replies View Related

AutoCAD LT :: Can't Find Xref

Nov 11, 2013

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.

View 2 Replies View Related

AutoCAD Map 3D :: Lines Won't Appear On Top Of A Xref

Nov 20, 2013

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".

View 1 Replies View Related

AutoCad :: XRef Within A Drawing

Jul 15, 2013

A question about ex referencing. Can it be done within a drawing. In other words, can I can Xref the plan to another part of model space to then create the elevations in UCS, and then Exref the elevations from USC to a horizontal line.

This would be very useful in the sketch plan stage.

View 9 Replies View Related

AutoCad :: Can't Bind Xref

Oct 10, 2011

when I open up the xref dialog box, i am right clicking on the xref and for the love of god, it won't let me bind the thing. Bind is ghosted...

View 2 Replies View Related

AutoCad :: Attributes Don't Xref In

Jun 30, 2011

I'm a new at CAD Tutor but have been using autocad since R12 for DOS, I'm currently using AutoCAD 2011 MEP.

I received a file from an architect and the attributes don't burst and when I xref the file in to my drawing they don't show up. When I list the text, it says it is an 'Attribute Definition' but when I try and run attedit, the message says 'No object found'.

I believe the attribute problem is because the original file from the architect was made using Microstation and saved poorly to AutoCAD, but I'm not sure.

View 4 Replies View Related

AutoCad :: PDF Xref Not Seen When Plot To DWF?

Apr 11, 2012

I have a question, when i plot a drawing to dwf, the pdf underlay is not shown in the dwf file/drawing. The preview does. How come?

View 0 Replies View Related

AutoCad :: How To Attach XREF In A PDF

Apr 10, 2013

OK I'm running AutoCAD Civil 3D 2012 -

So I've had this issue for a while - I try to XREF in a PDF an it just freezes up. The command line is stuck on _PDFATTACH and nothing happens. And it's not like it'd totally frozen either because as soon as I press escape it comes right out of it, so then I save the PDF down to a JPEG or TIFF and don't worry about it for a while. Still, it is quite annoying especially when I would like to use PDF Layers but can't.

View 7 Replies View Related

AutoCad :: Xref Does Not Show Up

Jan 9, 2012

I've inserted an external reference (as an attachment), but it does not show up in my drawing. I've checked all of the obvious things with regard to layers. I've never seen this before, but I'm sure that I will find that the answer is obvious.

Using release 2009

View 8 Replies View Related

AutoCad :: Copy Or Set Xref UCS?

Jan 12, 2014

i got a drawing with its UCS rotated , when trying to xref or copy@paste objects from it to another drawing i see that it respects to hosting UCS. is there a way to copy UCS from drawing to drawing?

View 4 Replies View Related

AutoCad :: XREF Changes Not Showing?

Mar 19, 2012

Im having trouble with an XREF. Its a site plan which has a lot of hatching so slows my drawing. When I modify the XREF file either by turning off/freezing hatch layers, or even deleting certain objects, the changes do not show in my drawings despite reloading the modified XREF when prompted by ACAD.

View 3 Replies View Related

AutoCad :: Convert DWG Into XRef

Apr 12, 2011

How the procedure to convert a drawing into an xref.

View 4 Replies View Related

AutoCad :: Annotation Not In Xref

Apr 12, 2012

Version is 2010.I've made a quick training drawing for some new people to practice 3D piping. Very simple mech piping 2d plan that I want them to turn into 3D. I put leaders on the piping that state it's height and size. I had the first person work on it yesterday and the annotation showed up fine when we xrefed it into that persons training drawings. I then noticed that the routing preference didn't match very well to what they would be doing soon. I wasn't happy with any of the presets so I created a new drawing and created a new preference that better reselmbed our work. When I got the second person into that drawing, we xrefed the architecture, which was fine, then the design drawing, which was fine except for the fact that the annotation was missing. I tried changing the layer that the annotation is on inside the design drawing but that hasn't fixed anything.

View 1 Replies View Related

AutoCad 2D :: Add PDF As A Background (like An XREF)

Nov 9, 2011

I am running Autocad 2012 and need information about how to add the PDF as a background (like an XREF) and be able snap to points on the PDF.

View 1 Replies View Related

AutoCad :: Xref PDF Not Printing

Jul 27, 2011

i have a drawing with an xref PDF and the xref dose not print it shows up fine in the preview but is no were to be seen when printed?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved