Hi,
Just a couple of questions
Is it possible to put more than one RunCommand() definition in a single py file?
Is it possible to create a custom command in python deriving from Rhino.Commands.Command class like with vb.net?
Thanks😊
Hello,
On the first question you can include arbitrary Python code in your RunPythonScript command, for instance ”import mymodule; mymodule.function1()”
Does that answer your question?
Graham
Thank you Graham. I have to try it. I would like to get a single uncompiled plugin for several custom commands. I hope your suggestion will fit my needs.
By