Is there an elegant solution for "clearing" or setting CHUNKS/PARTS of an array to 0 without affecting the whole array?
I'm trying to find a simple way to set multiple values in an array in a range of the X Y and Z coordinates. Eg: write 0 to (10,10,10) thru (20,20,20) of an array, but not (0,0,0) thru (9,9,9).
Fusion won't let me say "Write Value 0 to (Range(10,20), Range(10,20), Range(10,20)) of Array"
Thanks!