IMeshPrimitiveDecoder.LineIndices

IMeshPrimitiveDecoder.LineIndices property

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

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

See Also