Combine vector lists
Joins vector lists.
Inputs
- 
list 1
- The first list of vector values to combine.
 
 - 
list 2
- The second list of vector values to combine.
 
 - 
list 3
- The third list of vector values to combine.
 
 - 
list 4
- The fourth list of vector values to combine.
 
 
Outputs
- 
list
- The combined vector list as defined by the list 1, list 2, list 3, and list 4 inputs.
 
 
Note(s)
- 
Chain multiple combine vector list nodes together to combine more than four vector lists.
 - 
Other names for this node include: CombineVectorLists, Append, Concatenate, and Merge.