pierrec
(Pierre Cuvilliers)
2
@Andrii_Levchenko1 Have you seen this post on Rhino.Inside CPython?
At the very least it looks like your code will need to start with
import rhinoinside
rhinoinside.load()
import System
import Rhino
to be able to use Rhino headless from an external CPython script.