getSingleEdgeVisibility MethodStatic
Get the visibility of a particular edge of a particular facet.
getSingleEdgeVisibility(polyface: IndexedPolyface, facetIndex: number, vertexIndex: number): undefined | boolean
| Parameter | Type | Description |
|---|---|---|
| polyface | IndexedPolyface | containing polyface. |
| facetIndex | number | facet index. |
| vertexIndex | number | vertex index (in vertex array) at which the edge starts. |
Returns - undefined | boolean
Defined in
- polyface/PolyfaceQuery.ts Line 1843
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.