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 214
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.