DisplacementArrow
#
- class ansys.tools.visualization_interface.backends.pyvista.widgets.displace_arrows.DisplacementArrow(plotter: pyvista.Plotter, direction: CameraPanDirection)#
Bases:
ansys.tools.visualization_interface.backends.pyvista.widgets.button.Button
Defines the arrow to draw and what it is to do.
- Parameters:
- plotter
Plotter
Plotter to draw the buttons on.
- direction
CameraPanDirection
Direction that the camera is to move.
- plotter
Overview#
Import detail#
from ansys.tools.visualization_interface.backends.pyvista.widgets.displace_arrows import DisplacementArrow
Attribute detail#
- DisplacementArrow.direction#