IPrimitiveReader1.Surfaces

IPrimitiveReader<TMaterial>.Surfaces property

Gets the indices of all the surfaces.

public IReadOnlyList<(int A, int B, int C, int? D)> Surfaces { get; }

Exceptions

exceptioncondition
NotSupportedExceptionIf VerticesPerPrimitive is different than 3

See Also