Hello,
I am performing a simple translation that reads in a building DWG file, updates a single attribute (room number), and overwrites the same DWG it read in with the updated attribute. The issue i am having has nothing to do with the translation i am performing but the labels in the resulting DWG. Some of the labels are written out with a text size that is much larger than the original DWG. I have inspected the original drawings text size for these labels, and they are 0.38 but the resulting label text size jumps to 3.06. This only happens on labels that are surrounded by polygon inserts. The labels without these inserts come through just fine. See the attached image where the label for "CORR1" is just fine but "CORR4" is too large but has a polygon insert around it. I have also noticed that the resulting entity handle for this label changes after being written out. Also, when i redirect the writer to fme data inspector, everything appears just as it should.
I am puzzled as to what is happening or what a solution may be. I am hoping someone here can help me to figure this out.