corners3d Method
Return an array with the 4 corners.
- if asLoop is false, 4 corners are "x varies fastest, then y"
- if asLoop is true, 5 corners are in CCW order WITH CLOSURE
corners3d(asLoop: booleanfalse, z: number0): Point3d[]
Parameter | Type | Description |
---|---|---|
asLoop | boolean | |
z | number |
Returns - Point3d[]
Defined in
- geometry3d/Range.ts Line 1649
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.