views#

class ansys.fluent.core.solver.tui_241.main_menu.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)

Enters the camera menu to modify the current viewing parameters.

default_view(service, version, mode, path)

Resets view to front and center.

delete_view(service, version, mode, path)

Removes a view from the list.

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 predefined and saved views.

next_view(service, version, mode, path)

.

read_views(service, version, mode, path)

Reads views from a view file.

rendering_options(service, version, mode, path)

.

restore_view(service, version, mode, path)

Uses a saved view.

save_view(service, version, mode, path)

Saves the current view to the view list.

write_views(service, version, mode, path)

Writes selected views to a 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 view to front and center.

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

Bases: TUIMethod

Removes a view from the list.

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 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 a view file.

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

Bases: TUIMethod

Uses a saved view.

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

Bases: TUIMethod

Saves the current view to the view list.

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

Bases: TUIMethod

Writes selected views to a view file.