Hi there,
I would like to start programming in RhinoCAM with Python.
I just tried out a script in the Rhino Python editor that is in the document "RhinoCAM API User doc.pdf"
from mecsofcamapi import *
MecSoftCAM.API.Initialize() # … Some commands
MecSoftCAM.API.Uninitialize()
Unfortunately, I get an error Message: No module named mecsoftcampi (see attachment)
Any solution?
Thank you!
Michael