IIndexedVertexElement

IIndexedVertexElement

Overview

IIndexedVertexElement is a interface in Aspose.3D FOSS for .NET.

IIndexedVertexElement.GetIndex(i) returns the integer index at position i.

Properties

NameTypeAccessDescription
Indicesint[]ReadGets or sets the array of integer indices for the vertex element

Methods

SignatureDescription
GetIndex(i: int)Returns the integer index at position i
SetIndices(indices: int[])Replaces the element’s index array with the given values

See Also