IMeshPrimitiveDecoder.TriangleIndices
IMeshPrimitiveDecoder.TriangleIndices property
Gets a sequence of tuples where each item represents the vertex indices of a triangle.
public IEnumerable<(int A, int B, int C)> TriangleIndices { get; }
See Also
- interface IMeshPrimitiveDecoder
- namespace Aspose.CAD.FileFormats.GLB.Runtime
- assembly Aspose.CAD