pushIndexedXYZCollection Method
Push coordinates from the source array to the end of this array.
pushIndexedXYZCollection(source: IndexedXYZCollection): number
@returns number of points pushed.
| Parameter | Type | Description |
|---|---|---|
| source | IndexedXYZCollection | source array. |
Returns - number
number of points pushed.
Defined in
- geometry3d/GrowableXYZArray.ts Line 475
Last Updated: 10 December, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.