Adding text to instancedefinition (block)

Hi @dale and others,

Is there someway I can add text objects to instancedefinition (block). It seems that the constructor only allows GeometryBase objects to be added. I can create block manually which includes text so I would think there should be some way…

-Matti

Hi @matti.pirinen,

Sure can.

https://developer.rhino3d.com/api/RhinoCommon/html/T_Rhino_Geometry_TextEntity.htm

– Dale

Oh nice. I didnt know this existed. I’ve always created the text only when I add it to the document :D. Thanks!