IIndexedVertexElement

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

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

Mètodes

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