embedded_windows#

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

Bases: TUIMenu

Enter the embedded window menu.

Classes:

close(service, version, mode, path)

Close an embedded window.

close_all(service, version, mode, path)

Close all the embedded windows within the specified parent window.

embed_in(service, version, mode, path)

Specify a window to embed and a parent window to receive the embedded window.

move_out(service, version, mode, path)

Move an embedded window out of the parent window, returning the embedded window to a non-embedded state.

move_out_all(service, version, mode, path)

Move all the embedded windows out of the specified parent window.

update_dimensions(service, version, mode, path)

Update the embedded windows dimensions.

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

Bases: TUIMethod

Close an embedded window.

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

Bases: TUIMethod

Close all the embedded windows within the specified parent window.

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

Bases: TUIMethod

Specify a window to embed and a parent window to receive the embedded window.

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

Bases: TUIMethod

Move an embedded window out of the parent window, returning the embedded window to a non-embedded state.

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

Bases: TUIMethod

Move all the embedded windows out of the specified parent window.

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

Bases: TUIMethod

Update the embedded windows dimensions.