Float or integer output issue

Hi community,

I have built a generative design solution that I am trying to export as a Study for use in the Generative Design Tool. However, when I run the graph for evaluation prior to the export phase, it reports an error with one of my Watch nodes. I have a double output from a curve.length node that the exporter refuses to recognize as a float or an integer. What are possible reasons that an incompatibility exists here?

Per the troubleshooting message, this graph does not currently contain a Gate node.

this looks like a list of floats, not a float - use a getItemAtIndex[0]

3 Likes

I missed the list structure component. By extracting the index, it eliminates the list component and allows me to issue as a float value.