lights#

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

Bases: TUIMenu

Enter the lights menu.

Classes:

headlight_on(service, version, mode, path)

Turn the light that moves with the camera on or off.

lighting_interpolation(service, version, ...)

Set lighting interpolation method.

lights_on(service, version, mode, path)

Turn all active lighting on/off.

set_ambient_color(service, version, mode, path)

Set the ambient light color for the scene.

set_light(service, version, mode, path)

Add or modify a directional, colored light.

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

Bases: TUIMethod

Turn the light that moves with the camera on or off.

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

Bases: TUIMethod

Set lighting interpolation method.

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

Bases: TUIMethod

Turn all active lighting on/off.

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

Bases: TUIMethod

Set the ambient light color for the scene.

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

Bases: TUIMethod

Add or modify a directional, colored light.