_PointSetBase.shallow_copy

Contents

_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_copypyvista.DataSet

Data object to perform the shallow copy from.