ansys.dyna.core.pre.graphics.graphics.Picker#

class ansys.dyna.core.pre.graphics.graphics.Picker(plotter: pyvista.Plotter, graphics)#

Contains the items that can be selected from the display with the mouse.

Parameters:
plotterPlotter

PyVista plotter to manipulate.

graphicsGraphics

Class for providing callbacks.

plotter#
property selections#

All selected meshes in the display.

clear_selection()#

Clear all picked selections in the display.

ignore(ignore_pick)#

Setter for ignore_pick.

Parameters:
ignore_pickAny

Picked selection to ignore.

__call__(*args, **kwargs)#

Call the code to run when something is clicked in the display.