How to run grasshopper file and get output from it with Rhino Inside?

Is is possible to run grasshopper file with input parameters and get output from it in other application using rhino inside?
If so, how to do this?

That is exactly what this code is doing.

@enmerk4r may be able to help since he wrote it

2 Likes

Thanks! it is very helpful!

Hi @tiredtire! You can find a more or less detailed description in this thread: Grasshopper within compute.rhino3d
Your third-party application would have to have a way of serializing Rhino3dmIo geometry, packaging it inside a Resthopper datatree and then unpacking it from the same schema once the results come back. Let me know if you have any questions! I’d be happy to walk you through.