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.
We recently upgraded from 2006 to 2013. We had a lisp routine in 06 that would reload all the xref's in a sheet so the layer states would update since simply reloading the xref did not always work. Below is the code we used. Now, in 2013, when we run it, I lose all layer states.
Just curious as to whether people use much colour in their production drawings, particularly for hatches...?
Working for Local Government, we tend to utilise colour hatches to show all kinds of information.
Generally, we have found that colour hatches are a good way to clearly show different areas and materials such as pavements, paths, landscape areas etc. Hatches can then be used to quickly ascertain areas for estimation and our construction team like them too as the plans tend to be easier to read.
The usual arguments about reproduction of plans and slowing down of computers doesn't seem to be an issue for us. Most photocopiers are in colour now anyway and we just make sure that even in black & white the plans are readable.
The way that Civil 3D deals with hatching doesn't seem to slow things down for us either.
i've got a pretty long corridor and usually when i open the drawing i have to reattach some of the targets alignments and profiles to get the sections looking correct. pita. is there a way to lock the targets or do i just have to be diligent in assigning the targets?
I have an alignment I need to edit that has a reverse curve. The first curve was made with the "Floating Curve (from entity, radius, through point)" and the second with "Free Curve Fillet (between two entities, radius)"
When I delete one or both curves i lose all the superelevation data beyond the editing location due to the temporary spit in the alignment. The superelevation data is all manual. This is a trail and the super is based on drainage not curves.
how to edit the alignment with a temporary split and not lose the superelevation data? I have not found a way yet to remove the reverse curves and not have a temporary gap.
Having problems using custom pipe properties in pipe label expressions in 2013? I have some expressions relating to stub callouts and the ones that directly reference the custom properties lose that reference every so often.
For example I have and expression called "STUB-Riser-Length2d" which is defined as "{Riser Length} / SQRT(2)" where "Riser Length" is the custom pipe property. Every week or so it changes to "/ SQRT(2)".
I haven't been able to find the pattern as to exactly when this happens yet. All expressions not referencing custom properties seem to be holding steady. The pipe catalog is on a shared drive on the network, if that makes any difference.
Civil 3D 2013 - Windows 7 Pro 64 - Dell T3500 - Xeon 2.67 - 24gb - Quadro 600
I migrated from AC3D 2010 32-byte to AC3D 2012 64-byte recently. When I migrate my projects to 2012 and open the old 2010 drawings in 2012 I lose the surface lines out of my section sets. It doesn't seem to bother the profile views, only the section views.
Is there a way to work around this problem w/o having to regenerate the section views?
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.
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)
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?
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.
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.
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.
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?
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?
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?
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.
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..
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.
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.
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
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?
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.
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.
Is there a way to set up a layer filter to strip off the xref name?
I have standard layers in all my drawings. I want to use a filter to setup the type of drawing.. i.e erosion control.
However, from project to project the xref file name changes so filters don't work with the new name...
Anyway, if there is a way to hide the xref filename from the prefix of the layer.. if so, a standard layer filter would grab all the layers with the same name.