copy_from method

copy_from

Copy the TriMesh from input with new vertex layout

Returns

A new TriMesh instance with new vertex declaration.

def copy_from(self, input, vd):
    ...
ParameterTypeDescription
inputTriMeshThe input TriMesh for copying
vdaspose.threed.utilities.VertexDeclarationThe new vertex declaration of the output TriMesh

See Also