clone Method
Make a copy of the (active) points in this array. (The clone does NOT get excess capacity)
clone(result?: GrowableXYZArray): GrowableXYZArray
| Parameter | Type | Description | 
|---|---|---|
| result | GrowableXYZArray | 
Returns - GrowableXYZArray
Defined in
- geometry3d/GrowableXYZArray.ts Line 130
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.