Sometimes we need to export our drawing files from Civil 3D to plain vanilla AutoCAD. This may be necessary for a variety of reasons: the client or another consultant doesn’t have Civil 3D and they aren’t able to install the Civil 3D Object Enabler, or you are producing an archive set and don’t want to risk future versions of AutoCAD being unable to read old Civil 3D data. Also, given that Civil 3D surfaces take longer to load, you might want to produce vanilla AutoCAD versions of your design surfaces and pipe networks for use as base files on your plan set.

I’ve discovered a few issues with exporting from Civil 3D 2008 to vanilla AutoCAD, and have some workarounds.
Problem #1: Contours don’t retain elevation
If you want to export your contours, they will appear as polylines (light-weight polylines, to be precise) in the exported file, all with an elevation of zero. You might need that! There are two fixes for this:
- Use the “Surfaces > Utilities > Extract Objects from Surface” command. This will create polylines with elevation data in your current drawing, and which will remain in your drawing when you export. You’ll want to hide the contours in the original surface, though, otherwise you’ll export both the extracted polylines and the 0-elevation polylines.
- Another option is to rotate your view so you are looking at your surface in 3D (shift-middle mouse button). You may have to edit your surface style so that the contours are displayed. Now when you export the contours will export as polylines with elevation data. Open your file up, type “Plan” to return to 2d View, and you’re set.
A few caveats: with method 2, profiles will not properly export. With method 1, you have to Extract Objects from every surface (you can’t just “select all”), so if you have a lot of surfaces, method 2 might be easier.
Problem #2: Object Coloring/Text Hatches
When Civil 3D exports labeled contours or certain pipe labels, it creates a hatch behind the text, and colors that hatch whatever your background color is. If your model space is anything but white, the hatch will show up in your plots, often as a filled black rectangle. So you need an quick way to fix that. Again, there are two possible solutions:
Change the hatch to white (255,255,255). You can select everything in your drawing and then select “hatch” from the Properties window drop-down box, then adjust the color from there. If you have other hatches in your drawing, you may want to isolate the layer(s) that the text hatches are on using LAYISO.- You can delete all of the hatches (using the FILTER command) and replace them with background masks. Again, you might want to isolate the relevant layers before doing this. Use the Properties window drop-down to select all MText entities. Once you have selected only MText that you want to mask (using Shift-selections to remove those that you don’t), you can click on the ellipses next to Background Mask and set your mask.

Be sure to set the background color to “use drawing background color”.
Another related problem is that a lot of entities will be exported with their entity color set to whatever their layer color was. Or, if the entity was set to a specific color in the style settings, to that color. Generally, I like to set everything to BYLAYER. So, I recommend selecting everything and setting to it to BYLAYER.
Problem #3: Linetypes will not export properly
I’ve only encountered this once, and it took a minute to figure out what was going on. After exporting a pipe network to vanilla AutoCAD, the line on the bottom is the same linetype as the one on the left, but rotated around its axis.
The solution here is to FLATTEN the offending lines. That’s it.
I hope this helps. Happy exporting!

I can’t export my plan production sheets (individual files per sheet) to any autocad version. Whether i use the batch converter or plain export.
The annotation in the profile view goes really small when batch converting or exporting from paperspace.
The annotation in the plan view goes really small when i export from model space.
(or vice versa)
Have you seen any problems like this? it happens on multiple computers.
Any help/articles would be appreciated.
Randy,
I recall having this problem or something similar before. I think the solution involved setting the Drawing Units and the Scale in Drawing Settings (under Toolspace – Settings, right-click on the drawing). You may set them to whatever value you need, or you might even be able to get away with just opening that window then clicking okay.
Try that, and also read this article.
I hope that helps.
How does this change with 2010, if at all?
Unfortunately, I’m not famous enough to be given new releases of AutoCAD, and my company hasn’t purchased 2010 yet. I’ll try to get back to you when I get my hands on it.
In AutoCAD Civil 3D 2010:
“Problem #1: Contours don’t retain elevation”. This problem is solved. And you don’t need to rotate the view so Assemblies and Profile (Views) wont get lost (if any exist in your drawing).
For (corridor) surfaces you still need to rotate the view to create 3Dfaces. Which in return you’ll lose Assemblies and Profile (Views).
“Problem #2: Object Coloring/Text Hatches”. Still there.
“Problem #3: Linetypes will not export properly”. Did not test it yet.
Thank you, Edward!