GrasshopperAnalysis outputs to DataResult

Hi,
Im trying to get output values from grasshopper definition through Hops to DataResult component in Viktor app. I suppose that get_output() method return geometry - mesh and also other values as a tree via DataTreeObject, which is dictionary type:


How can I get no geometry outputs defined in .gh definition to DataResult tab?
This is may code

I used from documentation.
This is .gh definition outputs defined in Hops:

This is result, from app.py in Viktor platform:

Thanks a lot for help.
Marian

Hi Marian,

You can put Any data type in a Bake, also numbers / text. We also recommend only using the Bake component, and not the Print component.

Rick