Call Rhino API by using Rhino.Compute

This sounds like an excellent use case for Rhino.Compute!

You should take a look at this example: rhino-developer-samples/compute/cs/ComputePlugIn at 7 · mcneel/rhino-developer-samples · GitHub

Is shows you how to expose your plugin functions as endpoints for Rhino.Compute. Here are a couple of important parts:

1 Like