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:
- plotter
Plotter
PyVista plotter to manipulate.
- graphics
Graphics
Class for providing callbacks.
- plotter
- 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_pick
Any
Picked selection to ignore.
- ignore_pick
- __call__(*args, **kwargs)#
Call the code to run when something is clicked in the display.