IMeshPrimitiveDecoder.TriangleIndices

IMeshPrimitiveDecoder.TriangleIndices property

Gets a sequence of tuples where each item represents the vertex indices of a triangle.

public IEnumerable<(int A, int B, int C)> TriangleIndices { get; }

See Also