Skip to main content
Hi,

 

 

I have a .dbf table with X, y and Z coordinates. I need to convert this to a dxf file with z-coordinate. How do I do that?

 

 

I'm quite a newbee in FME, but that's not surprising I think.

 

 

Joost
You can use a 3DPointReplacer to create 3D points out of your DBF records, then write that to DXF.
Or a 3DForcer with the attribute set to Z might be useful to know about too...
Thanks!

Reply