views#

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

Bases: TUIMenu

.

Classes:

auto_scale(service, version, mode, path)

Scales and centers the current scene without changing its orientation.

camera(service, version, mode, path)

Contains commands to set the camera options.

default_view(service, version, mode, path)

Resets the view to front and center.

delete_view(service, version, mode, path)

Deletes a particular view from the list of stored views.

display_states(service, version, mode, path)

.

last_view(service, version, mode, path)

Returns to the camera position before the last manipulation.

list_views(service, version, mode, path)

Lists all predefined and saved views.

next_view(service, version, mode, path)

.

read_views(service, version, mode, path)

Reads views from an external view file.

rendering_options(service, version, mode, path)

.

restore_view(service, version, mode, path)

Sets the current view to one of the stored views.

save_view(service, version, mode, path)

Saves the currently displayed view into the list of stored views.

write_views(service, version, mode, path)

Writes views to an external view file.

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

Bases: TUIMethod

Scales and centers the current scene without changing its orientation.

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

Bases: TUIMethod

Resets the view to front and center.

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

Bases: TUIMethod

Deletes a particular view from the list of stored views.

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

Bases: TUIMethod

Returns to the camera position before the last manipulation.

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

Bases: TUIMethod

Lists all predefined and saved views.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Reads views from an external view file.

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

Bases: TUIMethod

Sets the current view to one of the stored views.

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

Bases: TUIMethod

Saves the currently displayed view into the list of stored views.

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

Bases: TUIMethod

Writes views to an external view file.