GenerativeComponents Help

FilledList3d

Returns a new 'three dimensional' list – more precisely, a list of lists of lists – whose members are equal to the given value, or are determined by calling the given function.

object[][][] FilledList3d(int count0, int count1, int count2,
	optional object valueOrFunction, ...)