Search found 1 match

by Leon
Wed Aug 12, 2020 11:56 am
Forum: Questions
Topic: Volvox integration
Replies: 10
Views: 11556

Re: Volvox integration

Dear Gilly,
i found a few minutes ago, an easy workaround for this problem.

Just create a custom c# component in Grasshopper and start the command prompt from there.

bool button is of course a input variable

if (!button)
{
return;
}

var startInfo = new System.Diagnostics.ProcessStartInfo ...