VertexElementIntsTemplate
Overview
VertexElementIntsTemplate is a class in Aspose.3D FOSS for Python.
Inherits from: VertexElement.
VertexElementIntsTemplate.set_data replaces the internal integer data list with the provided list.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
data | List[int] | Read | Provides read/write access to the stored integer data list |
indices | List[int] | Read | |
_data | List[int] | Read | |
_indices | List[int] | Read |
Methods
| Signature | Description |
|---|---|
__init__(element_type: 'VertexElementType', name: str, mapping_mode: 'MappingMode', reference_mode: 'ReferenceMode') | |
set_data(data: List[int]) | Replaces the internal integer data list with the provided list |
set_indices(data: List[int]) | Replaces the internal integer indices list with the provided list |
clear() | Empties both data and indices collections |
copy_to(target: 'VertexElementIntsTemplate') |