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
- geometry3d/GrowableXYZArray.ts Line 437
Last Updated: 10 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.