VertexElementIntsTemplate

Přehled

VertexElementIntsTemplate je třída v Aspose.3d pro Typescript. Dědici: VertexElementIntsTemplate, VertexElement.

VertexElementIntsTemplate.setData replaces the element’s integer data array with the provided values.

Vlastnosti

Název:Typ:PřístupPopis:
datanumber[]Čtěte.Udržuje celé hodnoty prvku vrcholu.
indicesnumber[]Čtěte.Udržuje buffer indexu celých čísel pro vrcholový prvek

Metody

Podpis:Popis:
`constructor(elementType: VertexElementType, name: string, mappingMode: MappingModenull, referenceMode: ReferenceMode
setData(data: number[])Nahrazuje celé datové pole prvku poskytnutými hodnotami.
setIndices(data: number[])Nastavení indexového bufringu pro element pomocí daného celého řetězce.
clear()Odstraňuje všechny údaje a indexy, nastavení prvku na prázdný stav
copyTo(target: VertexElementIntsTemplate)
 Čeština