shallow_copy#
- ExplicitStructuredGrid.shallow_copy(to_copy)#
Create a shallow copy from a different dataset into this one.
This method mutates this dataset and returns
None
.- Parameters
- to_copy
pyvista.DataSet
Data object to perform the shallow copy from.
- to_copy