Skip to main content
Solved

How to use FME to read the Extension Dictionary of DWG data objects, that is, the associated information of the objects?

  • January 16, 2025
  • 1 reply
  • 23 views

andyliu
Participant
Forum|alt.badge.img+1

The Extension Dictionary information is written using C#, as shown in the picture below:

 

Best answer by hkingsbury

Is this coming from a dll?

You can use python to read the contents of them and invoke the functions within - https://stackoverflow.com/questions/252417/how-can-i-use-a-dll-file-from-python

1 reply

hkingsbury
Celebrity
Forum|alt.badge.img+65
  • Celebrity
  • Best Answer
  • January 17, 2025

Is this coming from a dll?

You can use python to read the contents of them and invoke the functions within - https://stackoverflow.com/questions/252417/how-can-i-use-a-dll-file-from-python