Hi
Is it possible to commands? or HotKey

thanks
Hi
Is it possible to commands? or HotKey

thanks
Hello @jack3,
Not really:
In fact, I use a code like this:
Rhino.RhinoApp.RunScript ("_-SelectionFilter _SubObjects=_Yes", false);
jmv.
Please tell me a little bit more in detail about that.
I want you to tell me code.
You put your question in the developer category but weren’t specific about whether you are using RhinoScript, C# or Python, or C++. I guess jmv assumed Python. Rhino.RhinoApp.Runscript(…) just runs whatever is in the parenthesis as if they were commands typed in from the keyboard.