display#

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

Bases: TUIMenu

Enter the display menu.

Classes:

advanced_rendering(service, version, mode, path)

Enter the advanced rendering menu.

all_grid(service, version, mode, path)

Displays the grid according to the currently set parameters.

annotate(service, version, mode, path)

Adds annotation text to a graphics window.

boundary_cells(service, version, mode, path)

Displays boundary cells attached to the specified face zones.

boundary_grid(service, version, mode, path)

Displays only boundary zones according to the currently set parameters.

center_view_on(service, version, mode, path)

Sets the camera target to be the center (centroid) of an entity.

clear(service, version, mode, path)

Clears the active graphics window.

clear_annotation(service, version, mode, path)

Removes all annotations and attachment lines from the active graphics window.

display_states(service, version, mode, path)

Enter the display states menu.

draw_cells_using_faces(service, version, ...)

Draws cells that are neighbors for the selected faces.

draw_cells_using_nodes(service, version, ...)

Draws cells that are connected to the selected nodes.

draw_face_zones_using_entities(service, ...)

Draws cells that are connected to the selected entities.

draw_zones(service, version, mode, path)

Draws the boundary/cell zones using the zone ID specified as input.

objects(service, version, mode, path)

Contains commands for displaying objects.

redisplay(service, version, mode, path)

Redraws the grid in the graphics window.

save_picture(service, version, mode, path)

Saves a picture file of the active graphics window.

set(service, version, mode, path)

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

set_grid(service, version, mode, path)

Contains options controlling the display of the grid.

set_list_tree_separator(service, version, ...)

Sets the separator character to be used to determine the common prefix for items listed in the selection lists, when the tree view is used.

show_hide_clipping_plane_triad(service, ...)

update_layout(service, version, mode, path)

Update the fluent layout.

update_scene(service, version, mode, path)

Contains commands that enable you to update the scene description.

views(service, version, mode, path)

Enters the view window options menu.

xy_plot(service, version, mode, path)

Enters the XY plot menu.

zones(service, version, mode, path)

Contains commands for displaying zones.

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

Bases: TUIMethod

Displays the grid according to the currently set parameters.

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

Bases: TUIMethod

Adds annotation text to a graphics window. It will prompt you for a string to use as the annotation text, and then a dialog box will prompt you to select a screen location using the mouse-probe button on your mouse.

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

Bases: TUIMethod

Displays boundary cells attached to the specified face zones.

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

Bases: TUIMethod

Displays only boundary zones according to the currently set parameters.

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

Bases: TUIMethod

Sets the camera target to be the center (centroid) of an entity.

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

Bases: TUIMethod

Clears the active graphics window. This option is useful when you redo an overlay.

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

Bases: TUIMethod

Removes all annotations and attachment lines from the active graphics window.

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

Bases: TUIMethod

Draws cells that are neighbors for the selected faces.

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

Bases: TUIMethod

Draws cells that are connected to the selected nodes.

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

Bases: TUIMethod

Draws cells that are connected to the selected entities.

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

Bases: TUIMethod

Draws the boundary/cell zones using the zone ID specified as input.

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

Bases: TUIMethod

Redraws the grid in the graphics window.

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

Bases: TUIMethod

Saves a picture file of the active graphics window.

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

Bases: TUIMethod

Sets the separator character to be used to determine the common prefix for items listed in the selection lists, when the tree view is used.

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

Bases: TUIMethod

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

Bases: TUIMethod

Update the fluent layout.

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

Bases: TUIMethod

Enters the view window options menu.