Run Rhino Commands from Grasshopper

Hi,

Is there something similar just doint exactly opposite? Running Rhino commands in GH. I want to do some basic operations on rhino document from inside GH (like import file into rhino, purge … ).

Thanks

Scripting components (python, c#, and vb) are probably the best way to do this from GH

Yes but it is not as trivial because in Rhino, command is already result of bunch of lines in lower level code put together consistently to achieve command functionality.
I can imagine special GH node like python or c# where user could easily write down rhino commands and variables (inputs) would automatically appear on the left side of the node. Node would be always triggered by boolean.
I feel like it would be nice thing to have. What do you think?

Sounds nice, but I don’t think it would be feasible given the way our architecture for commands works. It could probably be done on a case by case basis, but not in a generalized form.