copy_from method

copy_from(, input, vd)

Copy the TriMesh from input with new vertex layout

Returns

A new TriMesh instance with new vertex declaration.


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

See Also