@xliotx wrote:
I have a function in one ghpython component that export a dictionary.
return {'pointP': pt_p, 'loadline': loadline, 'pline': pline, 'lines': lines, 'p_h': p_h, 'points':pts, 'section pt': section_pt}there are several outputs from the component that are the result of the same function.
So sticky dictionary does not work here.
These dictionaries need to be read by the ghPython follows, but since ghPython cannot read dictionary as INPUT, is there other way to work around?
Posts: 9
Participants: 4