Skip to main content

Hello

I am converting .gdb files to dwg format and want to add autocad object data from the gdb file.

Can you help me to get there?

Hi @sej​,

If you use the Autodesk AutoCAD Map 3D Object Data writer, and copy the schema of the output features from the source GDB reader, the GDB attributes will be written as object data on the output DWG features.


Hello,

I actually use autocad map 3d.

I'm sorry but I don't see what you want to explain to me, can you give me more details on the procedure to follow.

THANKS

 


Hello,

I actually use autocad map 3d.

I'm sorry but I don't see what you want to explain to me, can you give me more details on the procedure to follow.

THANKS

 

I think the easiest method would be to Generate a new workspace in Workbench. Start Workbench, then choose the Generate icon:

Screen Shot 2023-08-24 at 11.33.20 AMSet the reader and writer formats and datasets:

Screen Shot 2023-08-24 at 11.35.32 AMIn this case we want to use a GDB reader and AutoCAD Object Data writer. Click OK to generate the workspace:

Screen Shot 2023-08-24 at 11.38.21 AMFME will automatically read the source feature class schema and reproduce it on the output DWG feature type. It will do this for each of the selected feature classes in the GDB file.

After running the workspace and examining the resulting DWG file in AutoCAD Map 3D or Civil 3D, you will see the results:

Screen Shot 2023-08-24 at 11.49.20 AM


I think the easiest method would be to Generate a new workspace in Workbench. Start Workbench, then choose the Generate icon:

Screen Shot 2023-08-24 at 11.33.20 AMSet the reader and writer formats and datasets:

Screen Shot 2023-08-24 at 11.35.32 AMIn this case we want to use a GDB reader and AutoCAD Object Data writer. Click OK to generate the workspace:

Screen Shot 2023-08-24 at 11.38.21 AMFME will automatically read the source feature class schema and reproduce it on the output DWG feature type. It will do this for each of the selected feature classes in the GDB file.

After running the workspace and examining the resulting DWG file in AutoCAD Map 3D or Civil 3D, you will see the results:

Screen Shot 2023-08-24 at 11.49.20 AM

Thank you very much for your help, it works great. It's great thank you ;)


Reply