About JoinArrays in RhinoScript

Is it using ReDim preserve behind the scenes ? … or is it using some more efficient mechanism ?

Hi @ThomasAn,

The code is in C++, so no ReDim used. The function just creates a new array, appends the two input arrays to it, and returns the new array.

– Dale

1 Like