_PointSetBase.shallow_copy#
- _PointSetBase.shallow_copy(to_copy: DataSet) None[source]#
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