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