The Feature Class tab lets you map AutoCAD drawing properties to properties in the SDF feature classes as well. If you have used color, lineweight, or line type to represent object characteristics within a layer, you can map these properties to the characteristics they represent. In this drawing, you map color to a waterline size. You can map each waterline color to a separate feature property.
This exercise uses the DWGMap.dwg map file you opened and modified in Exercise 1: Examine the original drawing layers.
To map drawing properties to feature class properties
In the exported SDF file, waterline objects with a COLOR property have a Size property instead.
The new Size property has a value that consists of a text string.
Specify what each color means. The text string you type is the value for the Size property of each waterline. Red lines become Large waterlines in the SDF file.
Color | Size |
---|---|
Red | Large |
Green | Medium |
Blue | Small |
Map the .COLOR property values to the feature class properties.
To continue this tutorial, go to Exercise 6: Export the drawing layers to SDF - Set Export Options.