Hello,
Originally, i tried to send some basic geometry from local Rhinoceros to python application, then make brep shape and return to it from python to Rhino. To send data, i used Newtonsft.Json to serialize data.
But on python app, Newtonsoft,Json error happend. It said, Rhino.geometry.point3d can’t be used as arguments of Newtonsoft.Json.JsonConverter. But it worked fine on Local Rhino python environment which is opened from “EditPythonScript”.
Do you have any ideas?
test_rhinoapi.py (2.0 KB)
2 posts - 2 participants