Hi,
I want to draw preview images for geometry in memory, to display in some Eto UI of mine.
One method I tried - I need that anyway for export- is composing a File3dm
instance in memory with my objects and using File3dm.GetPreviewImage()
which sadly always returns null
.
I found this thread which could work for my purposes but is in c++ which I’m not fluent in.
Is there a similar method or overload in Rhinocommon?
Thanks for any help or suggestions.