AutoCAD Civil 3D :: Xref Box Not Working
Dec 14, 2012
i type in xr and the box shows up but when i go to attach a dwg or image the box usually shows up so i can browse through and find the dwg i want to xref but the box doesn't show up all it says at the bottom in the command line is ATTACH
If i use the command classicxref then everything is fine i can attach anything i want. i checked the filedia and it is set to (1)
View 9 Replies
ADVERTISEMENT
Jan 4, 2013
I am trying to xref a file in and when I select open through _XATTACH nothing happens. No subsequent dialog box opens up asking me to choose location, rotation, attach/bind, etc. The command just dies and I am back in my dwg.
AutoCAD LT 2011
AutoCAD Civil 3D 2012
View 6 Replies
View Related
Sep 9, 2011
my xref reloading in acad v2011, it's not working-but the xref file is in the folder and in the right path as well.
View 9 Replies
View Related
May 6, 2011
I just tried to do an xref and the command stops everything. I get no reaction from autocad. What is wrong?
here is an update: The Xref Palette is docked to my left side and when I hover to get it to flip out I click the DWG button in the left hand upper corner. Well nothing happens from there. Now, when I type -xref the command works at the command line. How do I get the palette to work again?
View 9 Replies
View Related
Mar 19, 2013
xref fade control not working?In model space I have xref'd a dwg (probably 2010 format) and it positions correct and displays in the normal default faded mode. No matter where I have the slider in display options, the xref fade does not change. Even changing the system variable through the command line is ineffective.
I'm running AutoCAD 2013 with Service Pack 1.1. installed.
View 4 Replies
View Related
Mar 27, 2013
I have loaded an xref in to my working file. I temporarily unloaded the xref so that it would not be in the way as I was editing my drawing. Even though the xref is unloaded and I can not see it on screen it still highlights and becomes visible as if I picked it with my fence while I am trying to edit other entities to my drawing.
View 3 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
Feb 10, 2010
I am trying to bind an Xref into my working drawing. Whenever I try to perform this command, an error message appears that says "Some objects in the specified Xref(s) failed to bind." No list of objects has been provided. I have tried exploding, purging and auditing both the Xref and the working drawing to make sure there are no extranneous objects in the files, but the message keeps appearing.
View 6 Replies
View Related
Jan 11, 2012
I am trying to attach pdfs to my drawing. I am receiving the following message "acdwfmarkupcore.arx cannot find a procedure that it needs." I am also receiving a message that says the pdf (file) is corrupt. I have opened the file and it appears fine. I have even tried re-saving the original document under a different name.
View 5 Replies
View Related
Mar 12, 2012
I am xrefing a DGN file into my DWG file in Civil 3d 2012. When I go into Layer Manager I cannot see any of the DGN's Levele/Layers? Tell me this isn't so? Am I missing something here, how is one suppose to control Layers in the DGN when it is XREF'd into a DWG?
View 4 Replies
View Related
Jan 8, 2013
When i change a linetype in an xref file and then reload the file, The linetype does not change in the file i am referencing the drawing in, leaving me to manually change the linetypes within the drawing.
View 1 Replies
View Related
Nov 20, 2012
I am having problems bringing in an xref dwg in a viewport. The scale for my stationing labels are huge and I cant remember how to fix it.
View 8 Replies
View Related
Nov 1, 2013
Drawing contains Xrefs which are either unloaded or unresolved and do not show up in the base drawing.
I am unable to reload but can detach some of them.
When I try to Xref a new file it does not function. Makes no differerence whether its an attachment or an overlay.
View 8 Replies
View Related
Nov 11, 2013
Can I somehow xref a surface into a drawing and use it to create profiles, sections, gradings etc?
View 2 Replies
View Related
Jun 28, 2010
Every time I attach an XREF file, the xref drawing is shaded and is very difficult to see. Having looked through a good deal of the COMMANDS & properties trying to make Xref's more visible, without binding them into my original drawing.
View 5 Replies
View Related
Sep 13, 2013
I have an xref...I can see the labels in model space but when I go to paperspace, I can not longer see them.
View 9 Replies
View Related
Sep 26, 2012
I am getting a lot of grief xrefing a C3D file into an AutoCAD drawing. A bit of background...
Fairly large development project with 270 new familiy houses. The sanitary sewer (SS) network was created using AutoCAD only. All layout drawings and xrefs were created using AutoCAD using AutoCAD templates. Then, here I am, putting the entire SS network in C3D, with its fancy labels and relevant long sections. Now I am supposed to display this C3D network in all the layout plans and get rid of the old 2D SS xref. Well, the blody thing doesn't work! If I try to xref the original C3D file, it will only display the labels. All pipes and structures and long section do not display. Yes, I checked all layers are turned on.
I tried using data shortcuts instead, bringing first the relevant part liist and styles. No luck. Again neither a single pipe nor structure is diplayed, although the prospector in the toolspace shows the network is referenced in the drawing. I am not sure if this matters, but the C3D source drawing contains a second pipe network referenced using data shortcuts which, by the way, doesn't display either when xrefing. I tried xrefing the C3D file using my C3D template and it works fine. So I guess that, somehow, the AutoCAD template used to creat the drawings is preventing some C3D objects to be displayed when xrefed.
I know I could recreate all our layout plans using my C3D template. Unfortunately, that would be a long process since we have quite a few and they're all heavily xrefed, with many layer properties overriden.
C3D 2011V2. Windows XP 64b
View 7 Replies
View Related
Feb 6, 2013
I'm writing a .NET app to get corridor feature line information from an XREF'd dwg file to use in the active document. I'm having quite a bit of trouble reading the civil objects from the XREF.
[URL]........
This works, but still doesn't work for civil objects. Take a look at the snippet below.
if (xdb != null) { // Start a transaction in our loaded database // to get at the layer name Transaction tr2 = xdb.TransactionManager.StartTransaction(); using (tr2) { // Open the layer table LayerTable lt2 = (LayerTable)tr2.GetObject( xdb.LayerTableId, OpenMode.ForRead );
In order to get a Corridor ID collection I need a reference to a CivilDocument object. So how do I get a CivilDocument object when it isn't the active document? Is there any way to get it from a Document or Database object?
View 7 Replies
View Related
Jun 28, 2012
I created a pipe network in civil3D and now I want to insert it as an xref in an autocad file. The problem is that when I do so, I lose some properties, such as the hatches in the directional arrows of the pipes and the background mask property of the structure labels.
View 2 Replies
View Related
Mar 11, 2011
I'm trying to get a handle on what should and should not be expected to work as far as labeling XREF'd entities goes. I'm using 2011.
I have recently had bearing notes associated with an XREF'd line disappear, and I can't pinpoint the cause.
I had edited a couple of lines in said XREF'd drawing, but NOT the one that was associated with the C3D notes. There are two C3D drawings that XREF this drawing and that have line labels applied to the same, unchanged, line. Yet, all of those labels were gone (in both drawings) when I opened them this morning.
So, should labeling an XREF'd entity work? Are labels predictably lost when a labeled line undergoes a known set of modifications (Sinc relayed his experiences here: [URL] .....
What if the XREF'd drawing is simply saved, with no changes made to a labeled line? Should that be okay?
If labeling XREF's is known to be unpredictable, it sort of puts us back to manual text labels and manual curve tables. Is that really what people are having to do?
View 9 Replies
View Related
Feb 20, 2013
I am having a issue when I open a drawing with a profile or a surface xreferenced into it, the profile drawing or the surface drawing needs to be reloaded every time in order for it to appear. This becomes very cumbersome when we try to publish a set and have numerous plan and profile sheets and then the profile doesn’t appear. We have six identical machines in our office with Civil 3D 2013 on them and out of the six two of them have this happen on a regular basis. If I were to go over to the other four machines, there are no issues when we open the drawing or publishing. Is there a setting in AutoCAD that we are overlooking?
View 2 Replies
View Related
Jan 10, 2013
I have x'ref a dwg. file in my current drawing. And when i print preview with the correct ctb style... The x'ref lines are not showing up?
I am having troubles showing the green, cyan and yellow color. when i print preview it doesnt show nothing. The true color is on RGB.
View 4 Replies
View Related
Apr 2, 2012
I am trying to use georectified cad file as a xref. The problem I am having is that the file doesn't place in the correct place. My file that I am working in is the same coordinate system. Is there a better way to do this? I've also tried copying and pasting, that doesn't work either.
View 6 Replies
View Related
Jun 23, 2008
I xrefed my surface to my sheet file and everything except the contours show, I evan tried a data shortcut to no avail. I checked vp layers and thawed /on all layers but no contours..
View 9 Replies
View Related
Oct 1, 2013
When i am making e-transmittal i am getting the message warning Xref broken reference , what are the causes for this.
View 4 Replies
View Related
May 15, 2013
I am looking for a way to make it so that I cannot select an xref. I want it to sit neatly in the background and leave me alone when I'm trying to select things in the current drawing.
I am trying to design roadways on a steep hillside and the contours are very close together such that whe I zoom out to the view the whole project, there is no space on the screen where there aren't several contours within my pickbox. I need the contours on so that I can layout around the topography, but in order to select the centerline of my road without clicking on the contours, I have to zoom in really tight and then select and zoom way out again to manipulate the other lines. It would really speed things up if the xref contours could not be selected at all.
View 9 Replies
View Related
Apr 29, 2013
I am currently trying to xref a Civil 3d files into auto cad 2d. So far on the model space it works fine however when i try to put it into paper space the labels on the profiles just seems to go crazy. See the attached picture. (First picture where the label are not displaying correctly in paper space and second drawing in model space of the same drawing which shows the labels correctly).
I believe its the annotation that civil 3d uses to generate these text labels but i am unaware of how this can be solved.
View 5 Replies
View Related
Nov 2, 2012
Existing surface profiles not showing in xref. Constantly have to reload xref for profile to show. Even on opening drawing, reloading xref is required.
Civil3D 2013
Windows 7, 64 bit
Intel i7 2600 @ 3.40Ghz
16 GB RAM
Nvidia Quadro 600
View 2 Replies
View Related
Sep 10, 2013
It is a question about xrefing Civil 3D profile style.
The Civil 3D file has a profile view showing 4 profiles, and 4 different profile styles are used for the purpose of comparison. When xrefing this file, the profiles are not shown the way they are defined in the profile style. It seems their appearances are controlled by layer properties. I just wonder if it is possible to transfer profile style through XREF?
View 4 Replies
View Related
Jun 19, 2013
Is there a way to toggle visibility of a corridor in a drawing where the model has been Xref'd into? The problem I am having is that we have one Model drawing that has a corridor.This Model is xref'd into multiple drawings. Not all drawings should show the corridor.
The only way I have found so far is to go into model and toggle the corridor on and off depending on which drawing I want to print or view. It creates problems when you want to run a Publish of multiple drawings because you always have to goof with the Model file. This seems a bit of a step back from being able to toggle visibility of objects in a drawing file with an xref atached and leaving it that way and ready to be printed at any time.
View 4 Replies
View Related
Sep 14, 2013
It appears that once I bring in an xref from another firm, I cannot not get it to display properly on screen. It was working on a previous drawing and now it doesn't. I know this explaination isn't very clear so I have attached two files that are print screens of my model space and my paperspace.
View 3 Replies
View Related