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.DataSetDataset to copy the metadata from. deepbool, default: TrueDeep or shallow copy.