pyvista.Plotter.update_coordinates#

Plotter.update_coordinates(points, mesh=None, render=True)[source]#

Update the points of an object in the plotter.

Parameters:
pointsnp.ndarray

Points to replace existing points.

meshvtk.PolyData | vtk.UnstructuredGrid, optional

Object that has already been added to the Plotter. If None, uses last added mesh.

renderbool, default: True

Force a render when True.