objects#

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

Bases: TUIMenu

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

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.

edit(service, version, mode, path)

Edit graphics object.

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 edit(service, version, mode, path)#

Bases: TUIMethod

Edit graphics object.