Issue with importing a rhino plugin into editpythonscript

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.

Hi @keshavanarayan82,

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