User Tools

Site Tools


INTERLEAVE

Guide Section: Processing Object Data | EASAP Tree: DATA PROCESSING Branch


INTERLEAVE combines two or more LIST's by interleaving their values into a new LIST.

For example, if we create an INTERLEAVE with LIST's X, Y and Z, all of size N, the new INTERLEAVE will be a LIST with values ordered as follows:

  • x1, y1, z1, x2, y2, z2, … xN, yN, zN
INTERLEAVE
Essential Parameters:
Lists:Choice of one or more existing LIST's

Tip: A common use of INTERLEAVE is to generate lists of points for use in Diagramming objects by interleaving X and Y coordinate lists together.



Page Tools