addEdge Method
push a new edge.
addEdge(vertexA: number, vertexB: number, facetIndex: number): SortableEdge
@returns the edge (as emplaced at the back of the sortableEdge array)
| Parameter | Type | Description |
|---|---|---|
| vertexA | number | start vertex |
| vertexB | number | end vertex |
| facetIndex | number | facet index |
Returns - SortableEdge
the edge (as emplaced at the back of the sortableEdge array)
Defined in
- polyface/IndexedEdgeMatcher.ts Line 111
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.