IPrimitiveReader1.Lines

IPrimitiveReader<TMaterial>.Lines property

Gets the indices of all lines.

public IReadOnlyList<(int A, int B)> Lines { get; }

Exceptions

exceptioncondition
NotSupportedExceptionIf VerticesPerPrimitive is different than 2

See Also