meshing.tui.display#

class main_menu.display(path, service)#

Enter the display menu.

all_grid(*args, **kwargs)#

Displays the grid according to the currently set parameters.

annotate(*args, **kwargs)#

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.

boundary_cells(*args, **kwargs)#

Displays boundary cells attached to the specified face zones.

boundary_grid(*args, **kwargs)#

Displays only boundary zones according to the currently set parameters.

center_view_on(*args, **kwargs)#

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

clear(*args, **kwargs)#

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

clear_annotation(*args, **kwargs)#

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

draw_cells_using_faces(*args, **kwargs)#

Draws cells that are neighbors for the selected faces.

draw_cells_using_nodes(*args, **kwargs)#

Draws cells that are connected to the selected nodes.

draw_face_zones_using_entities(*args, **kwargs)#

Draws cells that are connected to the selected entities.

draw_zones(*args, **kwargs)#

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

redisplay(*args, **kwargs)#

Redraws the grid in the graphics window.

save_picture(*args, **kwargs)#

Saves a picture file of the active graphics window.

set_list_tree_separator(*args, **kwargs)#

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(*args, **kwargs)#
update_layout(*args, **kwargs)#

Update the fluent layout.

views(*args, **kwargs)#

Enters the view window options menu.