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