I'm not an experienced autocad user and I need to extract info on coordinates from some *.dwg files.
I've saved the files as *.dxf and browsed the ASCII contents of these files.
I notice that there are several 'AcDb...' features. E.g.
AcDbPolyline
AcDbEntity
AcDbSymbolTableRecord
AcDbLayerTableRecord
I don't know what many of these mean but I suspect they might have something to do with the dbConnect manager.
Anyways, is there a way that I can simply export the coordinates of all polylines, or entities in AutoCad? I'm using ACAD 2000. Apparently each object has a unique 'handle' assigned to it. Essentially what I'd like to have is the coordinates of each 'handle'. For some 'handles' there are multiple coordinates associated with them, eg. those that define a lake.
thanks,
DTD