Houdini 20.0 Nodes APEX Nodes

array::Extend<T>

Extends an array with another array.

On this page
Since 20.0

Extends array a with array b.

The a ports of this node are in-place ports, which means that the array is updated without creating a copy.

Inputs

*a: ApexDynamicPathArray, BoolArray, DictArray, FloatArray, GeometryArray, IntArray, Matrix3Array, Matrix4Array, StringArray, Vector2Array, Vector3Array, Vector4Array Required

The array to extend.

b: ApexDynamicPathArray, BoolArray, DictArray, FloatArray, GeometryArray, IntArray, Matrix3Array, Matrix4Array, StringArray, Vector2Array, Vector3Array, Vector4Array

The array to concatenate to the end of array a.

Outputs

*a: ApexDynamicPathArray, BoolArray, DictArray, FloatArray, GeometryArray, IntArray, Matrix3Array, Matrix4Array, StringArray, Vector2Array, Vector3Array, Vector4Array

Array a extended with array b.

See also

APEX Nodes