edgeIndexToFaceLoop Method
Given an edgeIndex (index into data.pointIndex), return the range of the edgeIndices of the containing facet.
- If an edge with edgeIndex
kis found in the facet with facetIndexf, then the returned rangersatisfiesr.low = this.facetIndex0(f) <= k < this.facetIndex1(f) = r.highand can be used to iterate the facet's face loop. See facetIndex0.
edgeIndexToFaceLoop(k: number): undefined | Range1d
| Parameter | Type | Description |
|---|---|---|
| k | number |
Returns - undefined | Range1d
Defined in
- polyface/Polyface.ts Line 157
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.