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