navigation#
- class ansys.fluent.core.meshing.tui_231.main_menu.preferences.navigation(path, service)#
Bases:
TUIMenu
Enter the menu for controlling navigation in ANSYS Fluent.
Classes:
mouse_mapping
(path, service)Enable/disable the printing of additional information and messages in the Console.
- class mouse_mapping(path, service)#
Bases:
TUIMenu
Enable/disable the printing of additional information and messages in the Console.
Classes:
additional
(path, service)Enter the menu for controlling mouse mappings that include a modifier button such as Ctrl and Shift.
basic
(path, service).
Methods:
mousemaptheme
(*args, **kwargs).
- class additional(path, service)#
Bases:
TUIMenu
Enter the menu for controlling mouse mappings that include a modifier button such as Ctrl and Shift.
Methods:
ctrllmbclick
(*args, **kwargs)Specify the action/behavoir for Ctrl + left-mouse-button + click.
ctrllmbdrag
(*args, **kwargs)Specify the action/behavior for Ctrl + left-mouse-button + drag.
ctrlmmbclick
(*args, **kwargs)Specify the action/behavior for Ctrl + middle-mouse-button + click.
ctrlmmbdrag
(*args, **kwargs)Specify the action/behavior for Ctrl + middle-mouse-button + drag.
ctrlrmbclick
(*args, **kwargs)Specify the action/behavior for Ctrl + right-mouse-button + click.
ctrlrmbdrag
(*args, **kwargs)Specify the action/behavior for Ctrl + right-mouse-button + drag.
mouseprobe
(*args, **kwargs)Specify whether the probe action provides a long description or a short description.
mousewheel
(*args, **kwargs)Specify the action/behavior of the mouse-wheel.
mousewheelsensitivity
(*args, **kwargs)Specify the sensitivity of the mouse-wheel (0 is least sensitive, 1 is most sensitive).
reversewheeldirection
(*args, **kwargs)Reverse the behavior of the mouse-wheel.
shiftlmbclick
(*args, **kwargs)Specify the action/behavior for Shift + left-mouse-button + click.
shiftlmbdrag
(*args, **kwargs)Specify the action/behavior for Shift + left-mouse-button + drag.
shiftmmbclick
(*args, **kwargs)Specify the action/behavior for Shift + middle-mouse-button + click.
shiftmmbdrag
(*args, **kwargs)Specify the action/behavior for Shift + middle-mouse-button + drag.
shiftrmbclick
(*args, **kwargs)Specify the action/behavior for Shift + right-mouse-button + click.
shiftrmbdrag
(*args, **kwargs)Specify the action/behavior for Shift + right-mouse-button + drag.
- ctrllmbclick(*args, **kwargs)#
Specify the action/behavoir for Ctrl + left-mouse-button + click.
- ctrllmbdrag(*args, **kwargs)#
Specify the action/behavior for Ctrl + left-mouse-button + drag.
- ctrlmmbclick(*args, **kwargs)#
Specify the action/behavior for Ctrl + middle-mouse-button + click.
- ctrlmmbdrag(*args, **kwargs)#
Specify the action/behavior for Ctrl + middle-mouse-button + drag.
- ctrlrmbclick(*args, **kwargs)#
Specify the action/behavior for Ctrl + right-mouse-button + click.
- ctrlrmbdrag(*args, **kwargs)#
Specify the action/behavior for Ctrl + right-mouse-button + drag.
- mouseprobe(*args, **kwargs)#
Specify whether the probe action provides a long description or a short description.
- mousewheel(*args, **kwargs)#
Specify the action/behavior of the mouse-wheel.
- mousewheelsensitivity(*args, **kwargs)#
Specify the sensitivity of the mouse-wheel (0 is least sensitive, 1 is most sensitive).
- reversewheeldirection(*args, **kwargs)#
Reverse the behavior of the mouse-wheel.
- shiftlmbclick(*args, **kwargs)#
Specify the action/behavior for Shift + left-mouse-button + click.
- shiftlmbdrag(*args, **kwargs)#
Specify the action/behavior for Shift + left-mouse-button + drag.
- shiftmmbclick(*args, **kwargs)#
Specify the action/behavior for Shift + middle-mouse-button + click.
- shiftmmbdrag(*args, **kwargs)#
Specify the action/behavior for Shift + middle-mouse-button + drag.
- shiftrmbclick(*args, **kwargs)#
Specify the action/behavior for Shift + right-mouse-button + click.
- shiftrmbdrag(*args, **kwargs)#
Specify the action/behavior for Shift + right-mouse-button + drag.
- class basic(path, service)#
Bases:
TUIMenu
.
Methods:
lmb
(*args, **kwargs).
lmbclick
(*args, **kwargs).
mmb
(*args, **kwargs).
mmbclick
(*args, **kwargs).
rmb
(*args, **kwargs).
rmbclick
(*args, **kwargs).
- lmb(*args, **kwargs)#
.
- lmbclick(*args, **kwargs)#
.
- mmb(*args, **kwargs)#
.
- mmbclick(*args, **kwargs)#
.
- rmb(*args, **kwargs)#
.
- rmbclick(*args, **kwargs)#
.
- mousemaptheme(*args, **kwargs)#
.