Homepage | About EASA | Contact
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:
![]() |
|
---|---|
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.