tryGetDistanceParameter Method
Attempts to extract the distance parameter for the given vertex index on the current facet.
Returns the distance parameter as a point. Returns undefined on failure.
tryGetDistanceParameter(index: number, result?: Point2d): undefined | Point2d
| Parameter | Type | Description |
|---|---|---|
| index | number | |
| result | Point2d |
Returns - undefined | Point2d
Defined in
- polyface/IndexedPolyfaceVisitor.ts Line 109
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.