I just came across the awesome possibilties of Rhino Compute and I was wondering if it would be also possible to run custom Rhino Plug-Ins with Rhino Compute?
The stuff I looked at (the AEC tech session by Luis Fraguada and Will Pearson) dealt mostly with running Grasshopper definitions on the web server.
In my case the Plug-In is written in C# and basically allows the user to select some geometry, do some calculation and then gives feedback via a WinForms dashboard (if that even matters).
Hey Dale, thank you very much for your answer and sorry for coming back to it again.
So, I have to do this for every class that I created in my PlugIn?
And does that also works for functiosn like SelectObject (am I able to upload and select geometry in the browser)?
I am little confused here. We are making class static which is MyGeometry in this case and we have made an endpoint for that class name. My question is the AddDoubles is the function which is doing actual work. how are we calling that function and also if there are multiple methods inside this class how are we going to call them individually ?
May be I am missing something but I am still confused, if we see a ComputePlugin example here ComputePlugin
They have written 2 functions inside one static class convert3dmtodwg(…) and convert3dmtopdf (…) and for these 2 functions they have created 2 different endpoints. I just wanted to know where and how they have define these 2 endpoints ?
Thanks for replying, I am able to see the endpoints but I was wondering how can I test those on postman. I have posted the same on forum also here is the link