Skip to main content

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.

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