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řístup | Popis: |
|---|---|---|---|
data | number[] | Čtěte. | Udržuje celé hodnoty prvku vrcholu. |
indices | number[] | Čtěte. | Udržuje buffer indexu celých čísel pro vrcholový prvek |
Metody
| Podpis: | Popis: |
|---|---|
| `constructor(elementType: VertexElementType, name: string, mappingMode: MappingMode | null, 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) |