Continuing the discussion from Issue with python editor:
How can I import a rhino plugin (PolyFrame) into editpythonscript in case I want to use the plugin commands in my code?
You can use rs.Command function in rhinoscriptsyntax to invoke rhino commands in Rhinopython
Yea, I do it all the time for common rhino functions but I canβt use it for the new plugin I installed.
Not all Rhino plug-ins provide a Python-compatible API. I suggest you reach out to the developer and find out of this is possible.
β Dale
1 Like