scale#

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

Bases: TUIMenu

Enters the color scale window options menu.

Classes:

border(service, version, mode, path)

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

bottom(service, version, mode, path)

Sets the bottom boundary of the color scale window.

clear(service, version, mode, path)

Sets the transparency of the color scale window.

font_size(service, version, mode, path)

Sets the font size of the color scale window.

format(service, version, mode, path)

Sets the number format of the color scale window (for example, percentage0.2e).

left(service, version, mode, path)

Sets the left boundary of the color scale window.

margin(service, version, mode, path)

Sets the margin of the color scale window.

right(service, version, mode, path)

Sets the right boundary of the color scale window.

top(service, version, mode, path)

Sets the top boundary of the color scale window.

visible(service, version, mode, path)

Controls the visibility of the color scale window.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Sets the bottom boundary of the color scale window.

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

Bases: TUIMethod

Sets the transparency of the color scale window.

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

Bases: TUIMethod

Sets the font size of the color scale window.

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

Bases: TUIMethod

Sets the number format of the color scale window (for example, percentage0.2e).

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

Bases: TUIMethod

Sets the left boundary of the color scale window.

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

Bases: TUIMethod

Sets the margin of the color scale window.

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

Bases: TUIMethod

Sets the right boundary of the color scale window.

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

Bases: TUIMethod

Sets the top boundary of the color scale window.

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

Bases: TUIMethod

Controls the visibility of the color scale window.