MoI embedded inside CPython 3.91?

 From:  Michael Gibson
10134.4 In reply to 10134.1 
Hi Brian,

re:
> Is there any possiblility of using cPython with MoI?
> Or "embedding" MoI inside cPython?

Not that I'm aware of myself, I don't know what method Dave was using. I don't know very much about the python runtime environment myself though.


> Or I could export the 2D Points from MoI, to cPython, produce the new points, and import the new points into MoI?

There is ImportPointFile and SavePointFile:
http://kyticka.webzdarma.cz/3d/moi/#ImportPointFile
http://kyticka.webzdarma.cz/3d/moi/#SavePointFile

- Michael