pyvista.DataSet.copy_meta_from#

DataSet.copy_meta_from(ido: DataSet, deep: bool = True) None[source]#

Copy pyvista meta data onto this object from another object.

Parameters:
idopyvista.DataSet

Dataset to copy the metadata from.

deepbool, default: True

Deep or shallow copy.