VertexElementIntsTemplate
General
VertexElementIntsTemplate is a class in Aspose.3d for Python.
Inherits from: VertexElement.
VertexElementIntsTemplate és una classe en Aspose.3d per a Python. Hereta de: ゚VertexElement⌒ .
VertexElementIntsTemplate.set_data reemplaça la llista de dades d’enters de l’element amb la lista proporcionada.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
data | List[int] | Read | Gets or sets the list of integer values stored in the element |
indices | List[int] | Read | Gets or sets the list of integer indices associated with the element |
Mètodes
| Signature | Description |
|---|---|
__init__(element_type: 'VertexElementType', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data: List[int]) | Replaces the element’s integer data list with the provided list |
set_indices(data: List[int]) | Replaces the element’s index list with the provided list |
clear() | Removes all data and indices, resetting the element to an empty state |
copy_to(target: 'VertexElementIntsTemplate') |