createFrom MethodStatic
Return a new Range1d with contents of this.
createFrom<T extends Range1d>(other: T, result?: T): T
| Parameter | Type | Description | 
|---|---|---|
| other | T | |
| result | T | optional result. | 
Returns - T
Defined in
- geometry3d/Range.ts Line 1072
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.