Skip to main content
Question

Georeference multiple CAD file

  • September 5, 2018
  • 3 replies
  • 37 views

Forum|alt.badge.img

Good morning,

I am trying to georeference a few CAD files by using FME. I have a script that can be used in AutoCAD to achieve this (), but I would rather have everything completed within FME. It is working for some but not all, I'm not sure what I am missing. Any assistance would be great!

Thank you!

David Prosack

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

3 replies

Forum|alt.badge.img
I figured out why not all are referencing correctly. Within CAD I had to change the View from SHEET to WORLD. Is there a way to do that in FME?

 

fme2.jpg

 


gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • 2252 replies
  • September 5, 2018

the transformations are in the txt file.

Just parse it and use the attributes to set up relevant transformers in fme.

There is a scale, move, rotate and another scaler.


Forum|alt.badge.img

the transformations are in the txt file.

Just parse it and use the attributes to set up relevant transformers in fme.

There is a scale, move, rotate and another scaler.

Thanks @gio

 

I was able to georeference the CAD file. The original problem was that not all CAD files were referencing in correctly. However after some investigating, I figured out that this was being caused by the view in AutoCAD being set to something other than WORLD. I am wondering if there is a way to set CAD files to WORLD in FME, instead of SHEET, as it was set to that before hand.

 

 

Thanks,

 

David