Lesson 1: Converting Drawing Layers to Feature Classes
The Autodesk SDF format supports a schema that can include multiple feature classes within a single file. In this tutorial, you will create an SDF file with a schema whose feature classes reflect the layer structure of a drawing file. Each layer in the drawing file becomes a feature class in the SDF file. Each feature class has properties that match the object data fields for the original layer.
Converting drawing layers to feature classes involves the following steps:
- Examine the original drawing layers.
- Examine the original object data.
- Export the drawing layers to the new SDF file.
Topics in this section
- Exercise 1: Examine the original drawing layers
- Exercise 2: Examine the object data
- Exercise 3: Export the drawing layers to SDF - Select the layers
- Exercise 4: Export the drawing layers to SDF - Map object data to feature class properties
- Exercise 5: Export the drawing layers to SDF - Map drawing properties to feature class properties
- Exercise 6: Export the drawing layers to SDF - Set Export Options