set#

class ansys.fluent.core.meshing.tui_241.main_menu.display.set(service, version, mode, path)#

Bases: TUIMenu

Enables you to enter the set menu to set the display parameters.

Classes:

colors(service, version, mode, path)

Enables you to enter the colors options menu.

edges(service, version, mode, path)

Enables/disables the display of face/cell edges.

filled_grid(service, version, mode, path)

Enables/disables the filled grid option.

highlight_tree_selection(service, version, ...)

Turn on/off outline display of tree selection in graphics window.

lights(service, version, mode, path)

Enters the lights menu.

line_weight(service, version, mode, path)

Sets the line width factor for the window.

native_display_defaults(service, version, ...)

Resets graphics window parameters to optimal settings for a local display.

overlays(service, version, mode, path)

Turns overlays on and off.

picture(service, version, mode, path)

Saves a hardcopy file of the active graphics window.

quick_moves_algorithm(service, version, ...)

Select quick moves algorithm for icons and helptext overlay.

re_render(service, version, mode, path)

Re-renders the current window after modifying the variables in the set menu.

remote_display_defaults(service, version, ...)

Adjusts graphics window parameters to optimal settings for a remote display.

rendering_options(service, version, mode, path)

Contains the commands that enable you to set options that determine how the scene is rendered.

reset_graphics(service, version, mode, path)

Resets the graphics system.

shrink_factor(service, version, mode, path)

Sets shrinkage of both faces and cells.

styles(service, version, mode, path)

Contains commands for setting the display style for the different types of nodes and faces that can be displayed.

title(service, version, mode, path)

Sets the problem title.

windows(service, version, mode, path)

Enters the windows options menu, which contains commands that enable you to customize the relative positions of sub-windows inside the active graphics window.

class edges(service, version, mode, path)#

Bases: TUIMethod

Enables/disables the display of face/cell edges.

class filled_grid(service, version, mode, path)#

Bases: TUIMethod

Enables/disables the filled grid option. When a grid is not filled, only its outline is drawn.

class highlight_tree_selection(service, version, mode, path)#

Bases: TUIMethod

Turn on/off outline display of tree selection in graphics window.

class line_weight(service, version, mode, path)#

Bases: TUIMethod

Sets the line width factor for the window.

class native_display_defaults(service, version, mode, path)#

Bases: TUIMethod

Resets graphics window parameters to optimal settings for a local display. Used after setting parameters for a remote display with remote-display-defaults.

class overlays(service, version, mode, path)#

Bases: TUIMethod

Turns overlays on and off.

class quick_moves_algorithm(service, version, mode, path)#

Bases: TUIMethod

Select quick moves algorithm for icons and helptext overlay.

class re_render(service, version, mode, path)#

Bases: TUIMethod

Re-renders the current window after modifying the variables in the set menu.

class remote_display_defaults(service, version, mode, path)#

Bases: TUIMethod

Adjusts graphics window parameters to optimal settings for a remote display. Restore parameters for local display using native-display-defaults.

class reset_graphics(service, version, mode, path)#

Bases: TUIMethod

Resets the graphics system.

class shrink_factor(service, version, mode, path)#

Bases: TUIMethod

Sets shrinkage of both faces and cells. A value of zero indicates no shrinkage, while a value of one would shrink the face or cell to a point.

class title(service, version, mode, path)#

Bases: TUIMethod

Sets the problem title.

class windows(service, version, mode, path)#

Bases: TUIMethod

Enters the windows options menu, which contains commands that enable you to customize the relative positions of sub-windows inside the active graphics window.