It is possible to call the grasshopper function (e.g. evaluate curve, etc) in my script?
it is possible to download python packages with these functions?
Thank you in advance
It is possible to call the grasshopper function (e.g. evaluate curve, etc) in my script?
it is possible to download python packages with these functions?
Thank you in advance
Grasshopper uses RhinoCommon. You can calls these function from Python in Rhino.
https://developer.rhino3d.com/api/RhinoCommon/html/R_Project_RhinoCommon.htm
Does this help?
– Dale
If you’re looking to implement RhinoCommon (which Grasshopper implements) outside of Rhino in CPython, have a look here: