load_data method
load_data(self, mesh)
Load indice data from TriMesh
def load_data(self, mesh):
...
| Parameter | Type | Description |
|---|---|---|
| mesh | aspose.threed.entities.TriMesh |
load_data(self, indices)
Load indice data
def load_data(self, indices):
...
| Parameter | Type | Description |
|---|---|---|
| indices | list |
load_data(self, indices)
Load indice data
def load_data(self, indices):
...
| Parameter | Type | Description |
|---|---|---|
| indices | list |
load_data(self, indices)
Load indice data
def load_data(self, indices):
...
| Parameter | Type | Description |
|---|---|---|
| indices | list |
load_data(self, data)
Load the data into current buffer
def load_data(self, data):
...
| Parameter | Type | Description |
|---|---|---|
| data | bytes |
See Also
- module
aspose.threed.render - class
IIndexBuffer - class
TriMesh