Question

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

  • 14 July 2022
  • 1 reply
  • 1 view

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

Userlevel 5
Badge +25

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.

Reply