MRhinoScriptCommand command; //unassugend ?
command.RunCommand(???); //command context ?
or use
public IRhinoCommand::result RunCommand(ref IRhinoCommandContext context);
How can I assign or call command from C# script in Grasshopper?
Any idea how can I create for each Rhino polyline a separate dxf file?
Thanks.
Tags: