Exported Rhino text to Autocad is symetrical

I have a lot of text to which symmetry was applied in Rhino. In Rhino the text appears in the correct direction. However when imported into Autocad it is reversed. Is there an easy way to fix this?


Hi @davidsmavrov ,

Unlike autocad, Rhino has the capability to automatically rotate the plane of the text, towards the direction of the view. You can see this by unchecking the “orient towards reader” option:
image

If all your text in Rhino, lies in the XY plane, then hit “SelText” command, and run the following .py script (Tools->Pythonscript->Run).
rotateXYplnTxt.py (1.3 KB)

1 Like

Thank you very much! :slight_smile:

1 Like