AutoCAD 2010 :: Regen Required After Opening Xref's?
May 20, 2011
Since upgrading to AutoCAD 2012, everytime I open an xref using xopen, then close the xref, when I go back to the parent drawing the screen is totally blank and I have to regen to get it back. This happens almost 100% of the time in this scenerio. Easy to do a regen, but I am in and out of xref's a lot, and it's getting really old.
View 5 Replies
ADVERTISEMENT
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
Jan 22, 2013
I've noticed when I try to hatch something it will regen model every time after I select boundaries.
Below is from command line. How can I turn it off?
Command: BH HATCH
Pick internal point or [Select objects/seTtings]: S
Select objects or [picK internal point/seTtings]:Regenerating model.
Regenerating model.
1 found
View 1 Replies
View Related
Jan 9, 2013
What would cause AutoCAD to choke, ONLY when viewing a model from one direction? In my case, it's the right view, and it doesn't matter how I get to that view, ie "view, right" or "dview,clip". Views from other directions regen almost instantly, but from the right takes a full minute, while Acad tells me up top that it's [not responding].
Issue is only in single dwg. Tried audit, purge, etc. Wondering if there is some obscure (dwg specific) system variable causing this, before trying the WB to get rid of an offensive entity.
View 2 Replies
View Related
May 23, 2012
This happens with a number of drawings, I believe all the files are very large approximately 8mb+. The issue is that by using the REGEN or the Zoom - Dynamic command, it will freeze AutoCAD. I will have to conduct a force shutdown than restart the program.
My question is; where do I start to determine what is the cause? Where do I find an error log?
View 1 Replies
View Related
Apr 22, 2010
When switching from layout to model space, and back again, and when switching layouts the regen is slow to an extreme, upwards of (3) minutes. Using Renenall in layout, the regens are quite slow as well. Windows 7, AutoCAD 2011, NVIDIA Quadro FX1800, most current driver.
Additionally, when publishing, the regens are equally slow. LAYOUTREGENCTL setting seems to have no affect.
View 9 Replies
View Related
May 8, 2012
My layers in layout viewport are displayed in wrong order even after I use REGEN or REGENALL command.
I am working with drawing file with quite big amount of layers (about 100+ including layers of 7 xrefs) and because I want to use different layer settings for each printed drawing I work directly in the layout viewports instead of model space so I don't have to switch on/off countless layers all the time.
The problem is that quite often layers just turn into wrong draw order and don't come back even if I hit REGEN or REGENALL command. To solve this I have to zoom out, jump out of the viewport by doubleklick outside, use REGENALL command and then jump back to viewport so I can keep on working. This is extremely time consuming especially if it happens every 3 minutes, over and over again.
View 2 Replies
View Related
Jul 30, 2012
How to do this?
Civil 3D 2012 SP2
View 9 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
Jul 29, 2012
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;
[Code] .....
View 4 Replies
View Related
Feb 11, 2013
is it possible to bind an an xref via ObjectDBX without opening the drawing?
View 1 Replies
View Related
Feb 12, 2013
Trouble with embedded OLE DWG objects in word 2010 not opening with AutoCAD 2012
We have a user that can't open some OLE DWG files from within a word document. He had 2010 AutoCAD LT on his machine for a while then was upgraded to 2012 AutoCAD (non LT) once that was there LT 2010 was unistalled. since then he has not been able to open certain embedded OLE files within Word. Other users that have other ever had AutoCAD 2012 have no issue opening this embedded DWG files.
i found this thread (URL....) which sounds exactly what is going on with my enduser. But the fix provided is for AutoCad 2000-2012 not the LT versions.
View 2 Replies
View Related
Mar 2, 2012
Lets say I have file 1 and files 2,3,4, file 1 contains several layers and is an xref in files 2,3,4.
Can I somehow set a layer to off or frozen in file 1 and it will make sure to be switched off in my files 2,3,4 aswell? I have played around with New VP Freeze but if I add a layer at a later time and files 2,3,4 already have several viewports that doesn't do me very good.
View 3 Replies
View Related
Sep 24, 2012
I am not sure if i ever noticed this before, but if I get a dwg file from an architect who has XREF another dwg background and then I enter the command _AECEXPORTTOAUTOCAD2010 on the main dwg will that take all the XREF files and convert them to blocks as part of the exported file? This seems to have been done and wasn't sure why?
View 1 Replies
View Related
Feb 15, 2012
i open a cad file with an XREF inside, then an error appear indicating that 1 file is still unloaded.
i locate the location of that xref file then load the file, after that i click reload all references but still the xref file appear unloaded.
View 4 Replies
View Related
Sep 16, 2012
I have an xref that I am trying to xclip. Normal xclip works fine, but when I try to invert the clip (which I was I need), a light grey background shows up (in preview mode and on prints) around most of the boundary, and takes up most of the screen.
It also clips objects from other xrefs along the plane of the boundary, even though they're not actually within the boundary (they are visible in the drawing, but clipped in preview mode). I have purged and audited both drawing and xref.
View 1 Replies
View Related
Mar 8, 2012
How do I bind an ex referenced image file?
View 1 Replies
View Related
Aug 19, 2013
I am trying to reference a drawing in AutoCAD 2012 and whenever I try to atrtach the drawing by XREF it does not come in viewable. none of the layers are seen. this is the second or third drawing that this has happened to me. I have checked to see if it is on a frozen or off layer. or some non-plot layer. I have opened a fresh drawing to reference it in. none of these have produced a result. The only thing different about the layers is that the layer rhombus, which is usually Blue, is now grey
View 3 Replies
View Related
Jul 4, 2012
Any way to control the visibility of any XRef in a drawing using Excel or Text file. For instance, I have 50 Xref placed in there positions and I want AutoCAD to select what should be visible by reading an external file--Excel or Text file.
View 1 Replies
View Related
Oct 2, 2012
The line weights in the xref are as they should be - I can change the line weight (plot by layer/color) and it plots correctly; when I attached this file to another drawing, the line weights do not plot. I can change the layer color to modify the weight (.ctb file) and the correct line weight appears on the monitor, but when I plot - the line weight looks like a standard default width.
I checked the lwdefault in the xref and three other drawings, and in every drawing it is set to '25'; the lines are lines (not plines), and have a zero elevation. The units are the same as the other drawings;
I believe it's a setting in the drawing (not the xref) - what setting it might be.
View 1 Replies
View Related
Jun 15, 2012
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?
View 3 Replies
View Related
Feb 27, 2012
When saving an AutoCAD drawing there is a Thumbnail image saved (if you have the option turn on), but when the command "Edit Xref In-Place" is used there is no Thumbnail image saved. So now when I try to preview any drawing that has been edited through this command there is no longer a thumbnail.
I am using AutoCAD 2012 and the option to save a thumbnail is turned ON.
View 3 Replies
View Related
Sep 13, 2012
Is there any options for Xref files and/or attributes to screen down or fade down other than changing its color to gray?
View 4 Replies
View Related
Apr 3, 2012
We have a base drawing that is xreffed into other drawings, it is made up of various building sections (some horizontal some vertical). We have dimmed the grids using linear dimensions. When we bring in the drawing as an xref and rotate it 90 degrees (so the vertical sections are now horizontal) all the dims are now upside down.
Is there a variable/method to stop this from happening.
View 3 Replies
View Related
Jun 11, 2013
If I have an image within in an XREF (lets say logo in a titleblock), when I open my drawing I get a image frame with the file path listed in its place. If I print, it only prints the frame and file path.
The way that this is fixed (temporarily) is If I reload the xref and image for each xref containing an image. Upon reopening the drawing, the same problem persists. I need to reload the xref/image every time I open the file if I want the logo to print on my drawing.
View 1 Replies
View Related
Feb 26, 2013
When inserting an xref, which I have prepared with a file name etc in a drawing, Autocad prompt me this message" The file you have chosen cannot be used as a block name or is greater than 8 characters. Autocad has assigned a shortened block name. Enter an Altenate name "
why so? This happen not with all file!
View 9 Replies
View Related
Mar 23, 2012
How do I globally change the Xref path to a new server? I tried adding it into the support/working path in Options etc. but hasn't up-dated drawings. I manually changed one drawing (there are posts on this) and it works, but I have many drawings and would like to keep the date last modified also if possible.
View 5 Replies
View Related
Feb 7, 2012
I'm attempting to bind an xref into a drawing. I keep getting an error message: "Some objects in the specified xref failed to bind." Any reason why some objects couldn't bind? I've thawed all layers in the drawings..
View 3 Replies
View Related
Jan 26, 2012
Is there a way to set up a multileader on my tool pallet to automatically pull an xref name when user selects it?
user selects multileader
user selects point on xref
user selects landing location
xref name is inserted as a field
trying to save a few clicks over inserting field
View 4 Replies
View Related
Sep 11, 2012
I am using autocad arch 64 bit on win 7 and am having problems switching out of xref classic so that the newer xref dialog comes up. i edited the SDI but then i cant close a drawing and opening creates more problems.
is there a way to get the xref dialog back?
View 9 Replies
View Related
Mar 19, 2012
I am trying edit an Xref in place in a sheet file both through the paper space view port or within the sheet file's model space but receive a pop-up warning that states "Selected Xref Block is NOT editable". Other sheet files are set up the same way and allow edit Xref in-place.
View 1 Replies
View Related