IIndexedVertexElement
Overview
IIndexedVertexElement is a interface in Aspose.3D FOSS for .NET.
IIndexedVertexElement.GetIndex(i) returns the integer index at position i.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
Indices | int[] | Read | Gets or sets the array of integer indices for the vertex element |
Methods
| Signature | Description |
|---|---|
GetIndex(i: int) | Returns the integer index at position i |
SetIndices(indices: int[]) | Replaces the element’s index array with the given values |