IIndexedVertexElement
General
IIndexedVertexElement és una interfície en Aspose.3D FOSS per a .NET.
IIndexedVertexElement exposa els mètodes GetIndex ((i) i SetIndices(indexes) així com una propietat d’Indices per a la gestió de dades de vèrtex indexats.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
Indices | int[] | Read | Gets or sets the array of integer indices for the vertex element |
Mètodes
| Signature | Description |
|---|---|
GetIndex(i: int) | Returns the integer index at position i |
SetIndices(indices: int[]) | Replaces the element’s index collection with the given array |