Generating custom thumbnails

Hi,
I would like to understand if there is an easy way to generate custom thumbnail out of a set of objects (in RhinoCommon).

Let me phrase that better, I want to generate the thumbnail of layer-like objects that I am using in my plugin. I know that RhinoView has a CaptureToBitmap method. But my understanding is that I need to hide all the objects that I do not want to be visible within the thumbnail and then get the bitmap.

Is there another way to do this? Or I need to write a simple renderer myself? :slight_smile:

Thanks a lot
Alberto