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):
...
Parameter | Type | Description |
---|---|---|
input | TriMesh | The input TriMesh for copying |
vd | aspose.threed.utilities.VertexDeclaration | The new vertex declaration of the output TriMesh |
See Also
- module
aspose.threed.entities
- class
TriMesh