Call Clayoo command within Grasshopper

Hi All,

I am totally new to scripting and I would like to learn some basics.

I recently tested Clayoo and it could be useful to integrate it in my GH definition.

There are two features of Clayoo in Rhino that I would like to use in my definition; unfortunately, there is no GH components for them.

It is about Convert Surface and Convert to NURBS.

Basically I just want to convert breps in and out Clayoo, without leaving my GH definition.

Is it possible to call these convert commands from a script and get the output geometry into GH definition?

Thanks in advance for your support!!

If those commands are exposed to the command line in Rhino you can send the commands to the command line as text from GH, like so:

https://developer.rhino3d.com/api/RhinoCommon/html/M_Rhino_RhinoApp_RunScript.htm

// Rolf