Hello everybody.
I’m tryng to follow this tutorial from Youtube.
GRASSHOPPER HEXAGONAL PATTERN_ERROR_EVALUATE.gh (12.1 KB)
I have to stop on the tutorial after 2/3 minutes because the algorithm give me an error on the “Evaluate” and variable X-
But I follow step by step the tutorial.
Did someone knows why and how to fix this error?
Thank you very much
Riccardo
you need to also write the equal sign =
, like x=6
it’s like asking the question “is x equal to 6?” and the component will answer with a list of True/False
I believe it will work correctly also if x is written in capitals as X, but I would write it in lowercase: you also need to right click on “variable x” input and rename it to “x” (uppercase/lowercase, same text)
at the end it should look like:
1 Like
Thank you very much Inno. Now it works
1 Like