pyvista.Plotter.picked_mesh#
- property Plotter.picked_mesh[source]#
Return the picked mesh.
This returns the picked mesh after selecting a mesh with
enable_surface_point_picking
orenable_mesh_picking
.- Returns:
pyvista.DataSet
orNone
Picked mesh if available.