Get all edges shared between two faces.
Prefers the kernel's native sharedEdges (computed from its internal edge-to-face adjacency) and falls back to sharedEdgesJS on kernels that don't implement it. Both return fresh, caller-owned edge handles.
sharedEdges
The first face.
The second face.
Array of edges present in both faces (via isSame comparison).
Get all edges shared between two faces.
Prefers the kernel's native
sharedEdges(computed from its internal edge-to-face adjacency) and falls back to sharedEdgesJS on kernels that don't implement it. Both return fresh, caller-owned edge handles.