Adding image to Rhino document?

Hi
Is there a way using c# to add System.Drawig.Bitmap to Rhino document without using command or path?

Hi @anon39580149,

Rhino does have a bitmap table.

Or, you might convert the image to a byte array and then store the byte array as document or user data.

– Dale

1 Like

Thank you @dale
I will check and try that