create MethodStatic
Return a range large enough to include the supplied points. If no points are given, the range is a null range
create(...point: Readonly<WritableXYAndZ>[]): Range3d
| Parameter | Type | Description |
|---|---|---|
| ...point | Readonly<WritableXYAndZ>[] |
Returns - Range3d
Defined in
- geometry3d/Range.ts Line 272
Last Updated: 28 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.