display#
Bases:
TUIMenuEnter the display menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
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.
__init__ method of TUIMenu class.
Bases:
TUIMethodDisplays the grid according to the currently set parameters.
Bases:
TUIMethodAdds 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.
Bases:
TUIMethodDisplays boundary cells attached to the specified face zones.
Bases:
TUIMethodDisplays only boundary zones according to the currently set parameters.
Bases:
TUIMethodSets the camera target to be the center (centroid) of an entity.
Bases:
TUIMethodClears the active graphics window. This option is useful when you redo an overlay.
Bases:
TUIMethodRemoves all annotations and attachment lines from the active graphics window.
Bases:
TUIMethodDraws cells that are neighbors for the selected faces.
Bases:
TUIMethodDraws cells that are connected to the selected nodes.
Bases:
TUIMethodDraws cells that are connected to the selected entities.
Bases:
TUIMethodDraws the boundary/cell zones using the zone ID specified as input.
Bases:
TUIMethodRedraws the grid in the graphics window.
Bases:
TUIMethodSaves a picture file of the active graphics window.
Bases:
TUIMethodSets the separator character to be used to determine the common prefix for items listed in the selection lists, when the tree view is used.
Bases:
TUIMethod
Bases:
TUIMethodUpdate the fluent layout.
Bases:
TUIMethodEnters the view window options menu.