Skip to main content
Question

Search for a transformer to convert text from a dgn to points or cells

  • July 14, 2022
  • 1 reply
  • 26 views

aharport
Contributor
Forum|alt.badge.img+4

Which transformer can I use to convert text from a dgn to points or cells? The origin of the coordinates should be retained and the actual text should become the new cell name.

 

Example: Text: "House" --> cell name: "House"

1 reply

redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3698 replies
  • July 14, 2022

A text object is already a point, so one thing you can try is fill the attribute igds_cell_name with the value of igds_text_string using an AttributeManager. Your cell library should have those matching cells of course.