I’m wondering if anyone here has run into this same behavior before?
I’m taking in two floating point numbers into a cluster via cluster inputs. Inside of the cluster these parameters are being interpreted as variants and Grasshopper appears to be unable to convert them directly back to a number data type. I first found this issue trying to multiply the cluster inputs with the multiplication operator which returned an empty generic data parameter. However, feeding the same inputs to an expression and performing the same mathematical operation seems to work fine. I’m able to move on in my project but would love to know the root cause of this behavior so I know when to expect it or how to design for it.
Thanks All!