DataSet.copy_from#
- DataSet.copy_from(mesh: _vtk.vtkDataSet, deep: bool = True) None[source]#
Overwrite this dataset in-place with the new dataset’s geometries and data.
- Parameters:
- meshvtkDataSet
The overwriting mesh.
- deepbool, default:
True Whether to perform a deep or shallow copy.
Examples#
Used In#
Gallery Examples