update_scene#

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

Bases: TUIMenu

Contains commands that enable you to update the scene description.

Classes:

delete(service, version, mode, path)

Deletes the geometry selected using the select-geometry command.

display(service, version, mode, path)

Displays the geometry selected using the select-geometry command.

draw_frame(service, version, mode, path)

Enables/disables the drawing of the bounding frame.

iso_sweep(service, version, mode, path)

Changes iso-sweep values.

overlays(service, version, mode, path)

Enables/disables the overlays option.

pathline(service, version, mode, path)

Changes pathline attributes.

select_geometry(service, version, mode, path)

Enables you to select the geometry to be updated.

set_frame(service, version, mode, path)

Enables you to change the frame options.

time(service, version, mode, path)

Changes time-step value.

transform(service, version, mode, path)

Enables you to apply the transformation matrix to the geometry selected using the select-geometry command.

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

Bases: TUIMethod

Deletes the geometry selected using the select-geometry command.

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

Bases: TUIMethod

Displays the geometry selected using the select-geometry command.

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

Bases: TUIMethod

Enables/disables the drawing of the bounding frame.

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

Bases: TUIMethod

Changes iso-sweep values.

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

Bases: TUIMethod

Enables/disables the overlays option.

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

Bases: TUIMethod

Changes pathline attributes.

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

Bases: TUIMethod

Enables you to select the geometry to be updated.

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

Bases: TUIMethod

Enables you to change the frame options.

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

Bases: TUIMethod

Changes time-step value.

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

Bases: TUIMethod

Enables you to apply the transformation matrix to the geometry selected using the select-geometry command.