axes#

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

Bases: TUIMenu

Enters the axes window options menu.

Classes:

border(service, version, mode, path)

Sets whether or not to draw a border around the axes window.

bottom(service, version, mode, path)

Sets the bottom boundary of the axes window.

clear(service, version, mode, path)

Sets the transparency of the axes window.

left(service, version, mode, path)

Sets the left boundary of the axes window.

right(service, version, mode, path)

Sets the right boundary of the axes window.

top(service, version, mode, path)

Sets the top boundary of the axes window.

visible(service, version, mode, path)

Controls the visibility of the axes window.

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

Bases: TUIMethod

Sets whether or not to draw a border around the axes window.

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

Bases: TUIMethod

Sets the bottom boundary of the axes window.

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

Bases: TUIMethod

Sets the transparency of the axes window.

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

Bases: TUIMethod

Sets the left boundary of the axes window.

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

Bases: TUIMethod

Sets the right boundary of the axes window.

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

Bases: TUIMethod

Sets the top boundary of the axes window.

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

Bases: TUIMethod

Controls the visibility of the axes window.