createArray MethodStatic
Create a range containing all the values in an array.
createArray<T extends Range1d>(values: Float64Array | number[], result?: T): T
| Parameter | Type | Description | 
|---|---|---|
| values | Float64Array | number[] | array of points to be contained in the range. | 
| result | T | optional result. | 
Returns - T
Defined in
- geometry3d/Range.ts Line 1161
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.