objects#

class ansys.fluent.core.generated.solver.tui_251.main_menu.display.objects(service, version, mode, path)#

Bases: TUIMenu

Enter to add, edit, delete or display graphics objects.

Methods:

__init__(service, version, mode, path)

__init__ method of TUIMenu class.

Classes:

add_to_graphics(service, version, mode, path)

Add graphics object to existing graphics.

copy(service, version, mode, path)

Copy graphics object.

create(service, version, mode, path)

Create new graphics object.

delete(service, version, mode, path)

Delete graphics object.

display(service, version, mode, path)

Display graphics object.

display_in_different_windows(service, ...)

Display graphics objects in diffetent windows.

edit(service, version, mode, path)

Edit graphics object.

__init__(service, version, mode, path)#

__init__ method of TUIMenu class.

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

Bases: TUIMethod

Add graphics object to existing graphics.

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

Bases: TUIMethod

Copy graphics object.

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

Bases: TUIMethod

Create new graphics object.

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

Bases: TUIMethod

Delete graphics object.

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

Bases: TUIMethod

Display graphics object.

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

Bases: TUIMethod

Display graphics objects in diffetent windows.

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

Bases: TUIMethod

Edit graphics object.