Hi @411114039
Can you provide more info? Can you upload images of your drawing? Or better yet upload your DWG?
Importing to shapefile can be tricky. Your post doesn’t mention the ‘type’ of drawing objects you’re trying to export. You have at least two issues.
Issue 1:
What type of drawing objects are you trying to export? Are they points? Or lines? Or polygons? You can only export one feature class, or object type, at a time because shapefiles can only contain one feature class, e.g., if your layer has contains both lines and polygons (two feature classes) then you can’t export ‘the layer’ in a single operation. You need to export that layer twice, once for lines then again for polygons.
Issue 2:
If you can’t select attributes during your export procedure then it sounds like your selected objects aren’t exportable to begin with. At a minimum you should be able to select the Properties and export them as attributes (the same properties that appear in the Properties Palette), e.g., object’s layer, object’s lineweight, the length or area. In addition to those properties you may also export any Object Data (OD) attached to the individual drawing objects. The OD, when properly selected, will populate the shapefile’s database file (dbf). If you can’t select any OD during export, then your drawing objects might not have OD in the first place.
For a fast solution to your issues, upload your DWG so an accurate diagnosis can be performed.
Chicagolooper
