Hello friends!
I am trying to write a script in Python to return a tuple of points, a list of integers and a list of lists with curves.
When I return only one list, everything works fine, but if I try to return more than one list, I get only a text mesages like so:
IronPython.Runtime.List
120
where 120 is a value…
or if returning points then instead of points I get this:
<Rhino.Geometry.Point3d object at …
I want to return the actual data as curves, points, values. But not text messages.
Can somebody guide me on what am I doing wrong?
I guess I missed some logic of GHPython…
It may be impossible to return 3 different data structures in one input. But how, for example, can I return 3 data structures from one function into 3 different outputs?
ghpython_err2.gh (24.1 KB)

