pyth.query.gh (5.2 KB)
how to view outputs from python in different panels ?
pyth.query.gh (5.2 KB)
how to view outputs from python in different panels ?
Hi
You cannot change the name of the “out” parameter to output. Can be turned off if you don’t want the “out” parameter.
That might be a typo, but one can change the name of the out
parameter.
Just to add to Naruto’s post, you need to set the type hints explicitly to a number type (e.g. float
) in this case:
With the default rhinoscriptsyntax
type hint a
and b
are strings, causing this error when multiplied: