MeshPrimitive.GetLineIndices

MeshPrimitive.GetLineIndices method

Decodes the raw indices and returns a list of indexed lines.

public IEnumerable<(int A, int B)> GetLineIndices()

Return Value

A sequence of indexed lines.

See Also