Function MeshDataTool.getFaceEdge
Returns specified edge associated with given face. Edge argument must 2 or less because a face only has three edges.
long getFaceEdge
(
const(long) idx,
const(long) edge
) nothrow @nogc const;