Skip to main content

Hi, I am generating dwg files in FME with the symbols from a DWG template. The file opens correct in Autocad but when using x ref they ends up with an offset.

Do I have set coordinate sytem, origo etc in the template or is it something I can do in FME?

 

Thanks Henrik

Hi @hrinze,

If your source data and the Xref are in different coordinate systems, you can use the CsmapReprojector in FME to reproject the data when it is written to DWG.


Reply