MeshPrimitive.GetPointIndices

MeshPrimitive.GetPointIndices method

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

public IEnumerable<int> GetPointIndices()

Return Value

A sequence of indexed points.

See Also