VertexElementIntsTemplate

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

NameTypeAccessDescription
dataList[int]ReadProvides read/write access to the stored integer data list
indicesList[int]Read
_dataList[int]Read
_indicesList[int]Read

Methods

SignatureDescription
__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')

See Also