IPrimitiveReader1.Points

IPrimitiveReader<TMaterial>.Points property

Gets the indices of all points.

public IReadOnlyList<int> Points { get; }

Exceptions

exceptioncondition
NotSupportedExceptionIf VerticesPerPrimitive is different than 1

See Also