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