PROBLEM
The following steps have been successful when exporting dashed lines to AutoCAD, omitting the use of a seed file. The line style is set up in the original geodatabase feature class attribute table, but the actual display must be set in the AutoCAD program after the data has been converted to DWG format.
Field Name | Data Type | Length | Notes |
---|---|---|---|
CadType | Text | 12 | populated with the word "Polyline" if 2D, or "3D Polyline" if 3D data |
Linetype | Text | 12 | populated with the word "Dashed" |
It is also advisable to add the following field:
Field Name | Data Type | Length | Notes |
---|---|---|---|
Color | Short Integer | N/A | populate with an AutoCAD color number, so that the output lines do not appear black on a black draw window. |
The same type of issue exists when applying a line thickness to an AutoCAD file. In the export process, the line thickness can be set to a variable in the output AutoCAD file, but the actual display of the data, either as a dashed line, or a thicker line, requires manipulation of the file data in the AutoCAD program.
To modify the line thickness in AutoCAD, before exporting the data, add the following field to the feature class attribute table:
Field Name | Data type | Length | Notes |
---|---|---|---|
LineWt | Short Integer | N/A | populate with a line thickness in millimeters, the maximum value = 9 |
After running Export to CAD, perform the following steps in AutoCAD to change the line thickness display:
The values for the Lineweight property in AutoDesk products are assigned either in millimeters or in inches. To produce more distinctive results when running Export to CAD:
In AutoCAD, perform the following steps to display the lines with the specified Lineweight.
Note: It has been observed that calculating values in the LineWt field from 20 to 70, in even multiples of 10, provided the best results when applying these settings in AutoCAD. If the value in the LineWt field was calculated to 10, the Lineweight setting in AutoCAD reverts to the Default value. The same is true if LineWt is calculated to values greater than 70.
Article ID: 000015930
Get help from ArcGIS experts
Download the Esri Support App