Wrong text orientation with C#

Hello
with my tool I have exactly the same behavior. I’ll have to correct this.
I think they try to make it readable from above. Look at the text here.


You’ll have to use
textEnt.DrawForward = false;

These options doesn’t have an effect
textEnt.TextOrientation = Rhino.DocObjects.TextOrientation.InPlane;
//else textEnt.TextOrientation = Rhino.DocObjects.TextOrientation.InView;

text orientation corrected.gh (16.0 KB)

2 Likes