update_scene#

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

Bases: TUIMenu

Enter the scene options menu.

Classes:

delete(service, version, mode, path)

Delete selected geometries.

display(service, version, mode, path)

Display selected geometries.

draw_frame(service, version, mode, path)

Enable/disable drawing of the bounding frame.

iso_sweep(service, version, mode, path)

Change iso-sweep values.

overlays(service, version, mode, path)

Enable/disable the overlays option.

pathline(service, version, mode, path)

Change pathline attributes.

select_geometry(service, version, mode, path)

Select geometry to be updated.

set_frame(service, version, mode, path)

Change frame options.

time(service, version, mode, path)

Change time-step value.

transform(service, version, mode, path)

Apply transformation matrix on selected geometries.

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

Bases: TUIMethod

Delete selected geometries.

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

Bases: TUIMethod

Display selected geometries.

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

Bases: TUIMethod

Enable/disable drawing of the bounding frame.

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

Bases: TUIMethod

Change iso-sweep values.

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

Bases: TUIMethod

Enable/disable the overlays option.

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

Bases: TUIMethod

Change pathline attributes.

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

Bases: TUIMethod

Select geometry to be updated.

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

Bases: TUIMethod

Change frame options.

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

Bases: TUIMethod

Change time-step value.

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

Bases: TUIMethod

Apply transformation matrix on selected geometries.