playback#

class ansys.fluent.core.generated.solver.tui_261.main_menu.solve.animate.playback(service, version, mode, path)#

Bases: TUIMenu

Enter animation playback menu.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

delete(service, version, mode, path)

No help available.

play(service, version, mode, path)

Play the selected animation.

read(service, version, mode, path)

Read new animation from file or already-defined animations.

set_custom_frames(service, version, mode, path)

Set custom frames start, end, skip frames for video export.

stored_view(service, version, mode, path)

Play the 3D animation sequence using the view stored in the sequence.

video(service, version, mode, path)

Set options for exporting video file menu.

view_mode(service, version, mode, path)

To play animation in the stored, current or key-frame view.

write(service, version, mode, path)

Write animation sequence to the file.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

No help available.

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

Bases: TUIMethod

Play the selected animation.

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

Bases: TUIMethod

Read new animation from file or already-defined animations.

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

Bases: TUIMethod

Set custom frames start, end, skip frames for video export.

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

Bases: TUIMethod

Play the 3D animation sequence using the view stored in the sequence.

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

Bases: TUIMethod

To play animation in the stored, current or key-frame view.

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

Bases: TUIMethod

Write animation sequence to the file.