Skip to main content
Question

FileGeoDatabase anno to DWG text Issue: double text and huge size

  • August 6, 2018
  • 2 replies
  • 21 views

I have FileGeoDataBase (FGDB) polygons. It's easy to convert them to DWG lines. BUT: I want want to take one polygon attribute and turn it into DWG text. Here is the workbench: FGDB polygon reader -> LabelPointReplacer -> DWG writer. At every insertion point in the DWG file there are now two text pieces: one at the correct scale, another 180 degrees rotated (upside down), huge (humongous), why?

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.

2 replies

lau
Forum|alt.badge.img+3
  • 65 replies
  • August 7, 2018

Are you sure your polygons are not duplicate in your initial database?

Can you provide us your workspace?


  • Author
  • 14 replies
  • August 8, 2018

Issue solved: I don't know if it was actually the problem, but when the issue went away after I had set the autocad_text_size parameter.

Thanks,

Gido