getPoint Method
Return indexed point at index i. This is a COPY of the coordinates, not a reference.
getPoint(i: number, result?: Point3d): undefined | Point3d
| Parameter | Type | Description |
|---|---|---|
| i | number | |
| result | Point3d |
Returns - undefined | Point3d
Defined in
- polyface/PolyfaceData.ts Line 256
Last Updated: 29 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.