lessThan MethodStatic
Lexical comparison of two edges.
- If the edges have the same vertex index pair (in same or opposite order) they will end up adjacent in a sort.
lessThan(edgeA: SortableEdge, edgeB: SortableEdge): number
| Parameter | Type | Description |
|---|---|---|
| edgeA | SortableEdge | first edge |
| edgeB | SortableEdge | second edge |
Returns - number
Defined in
- polyface/IndexedEdgeMatcher.ts Line 91
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.