Implementing Rhino/Grasshopper file in a Win Form application

Dear All,

I am building a C#.NET application and I want to be able to preview Rhino and Grasshopper files from my application without using Rhino and Grasshopper applications.

Does anyone have any idea on how to make this?

Thanks in advance :wink:

You might want to check out Rhino.Inside, it allows you to run Rhino (and Grasshopper) inside of other applications. https://github.com/mcneel/rhino.inside
Please note that this works with Rhino 7 WIP. To follow discussions, check out the Serengeti/Inside area of this forum.

1 Like

Thanks Luis,

Do you know/have a working example to start with?

I am looking for either VB.Net or C#.Net examples.

Thanks again.

No sample that renders a bitmap to a form, but there are a few c# console apps that might be a good place to start: https://github.com/mcneel/rhino.inside/tree/master/ConsoleApps

1 Like

Thanks Luis… Much appreciate it.