You can export the current DWG file to a DGN file (DesiGN format). Supported versions include DGN V8.
The ExportDGN command lets you configure export options and save the current drawing to a DGN file.
When exporting to DGN, a seed file is necessary. Seed files are template DGN files that containĀ settings and attributes.
The export process converts DWG entities, such as geometric entities, layers, or line styles and colors into the corresponding DGN levels, linetypes and colors.
Before starting the export process, plan the following:
You can use the default mapping conversion setups or define new ones. The DGNMapping command lets you manage mapping configuration setups.
When exporting DWG files to DGN files, the data from DWG files translates to corresponding data in DGN files. The table below describes how each type of data converts between DWG and DGN files.
| DWG | DGN | Remarks |
|---|---|---|
| 2D Geometric Entities | 2D Geometric Elements | - |
| Layers | Levels | Special characters in layer names convert to spaces in DGN level names. |
| Colors | Colors | Colors from the DWG file are mapped to their equivalents or, if needed, to a default color. |
| Line Styles | Line Styles | Standard DWG line styles convert to the closest line styles in DGN files. Custom line styles may only partially convert. |
| Blocks | Cells | Custom block properties and block attributes may only partially convert. |
| Simple Note and Note | Text and Text Node | Text entities are exported to the DGN file, but editing the text may have varying results. |
| Table | Table | Table entities are exported as cell entities, composed of lines and text. |
| Field | Field | Field values are exported as fixed value text. |
| Dimension | Dimension | Dimension values and associativity are preserved in the DGN file. |
| Image | Image | The following image file types are exported: .bmp, .cal, .tif, .png, .tga, .jpg, .gif, .rlc, .bil and .pcx. |
| DWG Reference | DGN Reference | DWG references and nested DWG references are exported as follows, depending on the option that you specify in the DGN Export dialog box:
|
| Proxy Entity | - | Proxy entities are exported to the DGN file. |
| 3D Entity | - | 3D entities are exported to the DGN file. 3D solids are not exported. |
Note: When unsupported entities occur during the export, a message appears and you can choose how to proceed.
To export the current drawing to a DGN file:
- or -
Click Select seed file to locate a custom seed file on your computer.
Master units and Sub units express a relationship between applicable measurement units such as feet and inches, or meters and millimeters. Sub Units cannot be larger than Master Units.
The measurement units defined in the DGN file display as default.
If an instance of the specified DGN file is already referenced in the drawing, unit selection is unavailable.
The Mapping setup preview area displays a preview of the mapping setup that you specified in the Mapping setup section.
Access
Command: ExportDGN
Menu: File > Export > DGN Export
Related Topics
-ExportDGN (command window variant)
Configuring Mapping for DWG to DGN Conversion
Parent Topic