Outputs for Gen Design

What nodes can I use as outputs for gen design?

I’ve tried a watch node a * node and a round node but get this warning each time:

image

I’m trying to get an area from two numbers multiplied together.

Now I’m really confused…

image

It says the math.floor is not OK… But that outputs an integer.

If I am not mistaken, you need a single item instead of a list [0]

Try using a List.FirstItem node right after your * or Math.Floor.

4 Likes

That looks like it may work :slight_smile:

Thanks!