load_data method

load_data

Load indice data from TriMesh

def load_data(self, mesh):
    ...
ParameterTypeDescription
meshaspose.threed.entities.TriMesh

load_data

Load indice data

def load_data(self, indices):
    ...
ParameterTypeDescription
indiceslist

load_data

Load indice data

def load_data(self, indices):
    ...
ParameterTypeDescription
indiceslist

load_data

Load indice data

def load_data(self, indices):
    ...
ParameterTypeDescription
indiceslist

load_data

Load the data into current buffer

def load_data(self, data):
    ...
ParameterTypeDescription
databytes

See Also