Hello, how do I write the code to reference the size of an item in the outobject?
I tried: current.outObjects[1].subnodes[1].size.x
But it doesn't work. It says label does not exit.
I can't use first because I'll then need to create a loop to look at all the items in the outobject,
Thanks,