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?
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:
Set the reader and writer formats and datasets:
In this case we want to use a GDB reader and AutoCAD Object Data writer. Click OK to generate the workspace:
FME 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:
I think the easiest method would be to Generate a new workspace in Workbench. Start Workbench, then choose the Generate icon:
Set the reader and writer formats and datasets:
In this case we want to use a GDB reader and AutoCAD Object Data writer. Click OK to generate the workspace:
FME 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:
Thank you very much for your help, it works great. It's great thank you ;)