Question

ACAD Blocks to IGDS Symbols

  • 17 April 2018
  • 1 reply
  • 1 view

I have an autocad file with blocks that have rotation angles (flow arrows for example). I need to translate to igds and retatin the angle.


1 reply

Badge

You can use an AttributeExposer to expose the autocad_rotation format attribute.

https://docs.safe.com/fme/html/FME_Desktop_Documentation/FME_ReadersWriters/acad/Inserts.htm

Then use the DGNStyler to set the rotation.

Reply