Dynamic copy function

I am setting up a component that copies itself in the Y. Is there a way to also copy it in the X at the same time? Small vertical stub circled in Red on screenshot:

Copies are linear (n-copies), and you need to map the PosX and the PosY of each copy in a row x column array.
Look for the ‘Tile Grid’ example in the component panel,
‘Dynamic Components training’ folder.

I got this to mostly work but somewhere along the line I am ending up with 1 extra piece. Where in my formulas do I subtract this out? Is the error in my position Y formula?

Screen Shot 2020-05-28 at 11.37.38 AM

Never mind I fixed it, Copies should have been CopyX * CopyY-1, I forgot to subtract 1. Thanks for pointing me in the right direction previously.

1 Like