Text3d - TextAlignment(Justification) - C#

Hi, recently, I found @DavidRutten script for creating a Text Tags on the old forum.
Link:https://www.grasshopper3d.com/forum/topics/drawing-a-text-tag-from-a-c-component
I was able to change pretty much all the properties for the Text3d object, except for the Alignment(Because of Rhino 5). I could probably use the Bounding-box.
I was wondering if there is a more appropriate way for aligning Text3d objects in Rhino 5?. Thanks!

DrawText3D.gh (9.2 KB)

Hi @Antonio_Cersosimo,

Other than aligning by bounding box, I don’t know how else you’re going to do it…

– Dale

1 Like

Hi, I was not sure if that was the “standard” way, or if there was any other method or property. Thanks!!!