reference_frames#

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

Bases: TUIMenu

Enters the reference frames menu.

Classes:

add(service, version, mode, path)

Creates a new reference frame.

delete(service, version, mode, path)

Deletes the reference frame you specify.

display(service, version, mode, path)

Displays the reference frame you specify.

display_edit(service, version, mode, path)

Display and edit reference frame from graphics.

edit(service, version, mode, path)

Allows you to edit a reference frame.

hide(service, version, mode, path)

Removes the specified reference frame from the graphics window.

list(service, version, mode, path)

Lists all of the reference frames.

list_properties(service, version, mode, path)

Lists the properties of the reference frame you specify.

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

Bases: TUIMethod

Creates a new reference frame.

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

Bases: TUIMethod

Deletes the reference frame you specify.

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

Bases: TUIMethod

Displays the reference frame you specify.

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

Bases: TUIMethod

Display and edit reference frame from graphics.

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

Bases: TUIMethod

Allows you to edit a reference frame.

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

Bases: TUIMethod

Removes the specified reference frame from the graphics window.

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

Bases: TUIMethod

Lists all of the reference frames.

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

Bases: TUIMethod

Lists the properties of the reference frame you specify.