copyParamTo Method
Copy the contents (not pointer) of param[i] into dest. Index i is not checked for validity.
copyParamTo(i: number, dest: Point2d): void
| Parameter | Type | Description | 
|---|---|---|
| i | number | |
| dest | Point2d | 
Returns - void
Defined in
- polyface/PolyfaceData.ts Line 261
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.