Quantcast
Channel: Rhino Developer - McNeel Forum
Viewing all articles
Browse latest Browse all 8674

Pass arg to custom command

$
0
0

@ricardo.eira wrote:

Hello.

There is any away to pass some arg to command?

Ex:

call commad : RhinoApp.RunScript("_-CustomCmd _SampleStrig", true);

    protected override Result RunCommand(RhinoDoc doc, RunMode mode)
	{
       MessageBox.Show(_SampleStrig);
		return Result.Success;
	}

Thanks

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 8674

Trending Articles