transferFromGrowableXYZArray Method

Read a point from the source array, and place its coordinates at the given index within this array.

transferFromGrowableXYZArray(destIndex: number, source: IndexedXYZCollection, sourceIndex: number): boolean

@returns true if destIndex and sourceIndex are both valid.

Parameter Type Description
destIndex number index of point in this array to be overwritten.
source IndexedXYZCollection source array.
sourceIndex number point index in source array.

Returns - boolean

true if destIndex and sourceIndex are both valid.

Defined in

Last Updated: 10 December, 2025