VertexElementIntsTemplate

VertexElementIntsTemplate — Aspose.3D FOSS Python API Reference

VertexElementIntsTemplate — VertexElementIntsTemplate class.. Inherits from: VertexElement.

Package: aspose.threed


Properties

PropertyTypeDescription
dataList[int]
indicesList[int]

Methods

MethodReturnsDescription
set_data(data: List[int])``
set_indices(data: List[int])``
clear()``
copy_to(target: 'VertexElementIntsTemplate')``
data()List[int]
indices()List[int]

See Also