rendering_options#

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

Bases: TUIMenu

Enter the rendering options menu.

Classes:

animation_option(service, version, mode, path)

Using Wireframe / All option during animation.

auto_spin(service, version, mode, path)

Enable/disable mouse view rotations to continue to spin the display after the button is released.

color_map_alignment(service, version, mode, path)

Set the color bar alignment.

device_info(service, version, mode, path)

List information for the graphics device.

double_buffering(service, version, mode, path)

Enable/disable double-buffering.

driver(service, version, mode, path)

Change the current graphics driver.

face_displacement(service, version, mode, path)

Set face displacement value in Z-buffer units along the Camera Z-axis.

front_faces_transparent(service, version, ...)

Make the front faces transparent.

help_text_color(service, version, mode, path)

Set the color of screen help text.

hidden_line_method(service, version, mode, path)

Specify the method to perform hidden line rendering.

hidden_lines(service, version, mode, path)

Enable/disable hidden line removal.

hidden_surface_method(service, version, ...)

Specify the method to perform hidden line and hidden surface rendering.

hidden_surfaces(service, version, mode, path)

Enable/disable hidden surface removal.

set_rendering_options(service, version, ...)

Set the rendering options.

show_colormap(service, version, mode, path)

Enable/Disable colormap.

surface_edge_visibility(service, version, ...)

Set edge visibility flags for surfaces.

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

Bases: TUIMethod

Using Wireframe / All option during animation.

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

Bases: TUIMethod

Enable/disable mouse view rotations to continue to spin the display after the button is released.

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

Bases: TUIMethod

Set the color bar alignment.

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

Bases: TUIMethod

List information for the graphics device.

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

Bases: TUIMethod

Enable/disable double-buffering.

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

Bases: TUIMethod

Change the current graphics driver.

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

Bases: TUIMethod

Set face displacement value in Z-buffer units along the Camera Z-axis.

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

Bases: TUIMethod

Make the front faces transparent.

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

Bases: TUIMethod

Set the color of screen help text.

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

Bases: TUIMethod

Specify the method to perform hidden line rendering.

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

Bases: TUIMethod

Enable/disable hidden line removal.

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

Bases: TUIMethod

Specify the method to perform hidden line and hidden surface rendering.

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

Bases: TUIMethod

Enable/disable hidden surface removal.

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

Bases: TUIMethod

Set the rendering options.

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

Bases: TUIMethod

Enable/Disable colormap.

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

Bases: TUIMethod

Set edge visibility flags for surfaces.