Skip to main content
Question

Are there any 'magical' attributes to check Autocad features version?

  • February 3, 2017
  • 3 replies
  • 30 views

arekpierchala
Contributor
Forum|alt.badge.img+1

We keep data in commercial geodatabase but need to communicate with subcontractor via Autocad format. Subcontractor makes some changes in original file. Is it possible to handle in FME only changes in efficient way? Are there any smart way to get which features were changed/added? Any native (Autocad) flag to store feature version or else good practice? We don't want to make geometry matching with original and revised data.

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

itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • February 3, 2017

I usually like to use the crc change detection method for this, you do however need a common id for it to be used.


arekpierchala
Contributor
Forum|alt.badge.img+1
  • Author
  • Contributor
  • February 3, 2017

I usually like to use the crc change detection method for this, you do however need a common id for it to be used.

Thanks @itay. I know crc change method. So what is the good practice to store source geodatabase ids in autocad files? Extended entity data or keep additional table on the side with e.g. ids and autocad_entitiy_handle values or something else?

 


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • February 3, 2017
Thanks @itay. I know crc change method. So what is the good practice to store source geodatabase ids in autocad files? Extended entity data or keep additional table on the side with e.g. ids and autocad_entitiy_handle values or something else?

 

my preference would be to store the data on the Autocad file, to minimize that dependencies on external files.