picked_mesh#
- property Plotter.picked_mesh#
Return the picked mesh.
This returns the picked mesh after selecting a mesh with
<enable_mesh_picking> pyvista.Plotter.enable_mesh_picking()
or<enable_point_picking> pyvista.Plotter.enable_point_picking()
.- Returns
pyvista.DataSet
orNone
Picked mesh if available.