rendering_options#

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

Bases: TUIMenu

Contains the commands that enable you to set options that determine how the scene is rendered.

Classes:

animation_option(service, version, mode, path)

Enables you to specify the animation option as appropriate.

auto_spin(service, version, mode, path)

Enables mouse view rotations to continue to spin the display after the button is released.

color_map_alignment(service, version, mode, path)

Sets the color bar alignment.

device_info(service, version, mode, path)

Prints out information about your graphics driver.

double_buffering(service, version, mode, path)

Enables or disables double buffering.

driver(service, version, mode, path)

Changes the current graphics driver.

face_displacement(service, version, mode, path)

Sets the face displacement (in Z-buffer units along the camera Z-axis) for the displayed geometry when both faces and edges are displayed simultaneously.

front_faces_transparent(service, version, ...)

Make the front faces transparent.

help_text_color(service, version, mode, path)

Sets the color of the help text on the screen.

hidden_line_method(service, version, mode, path)

Specifies the method to perform hidden line rendering.

hidden_lines(service, version, mode, path)

Turns hidden line removal on or off.

hidden_surface_method(service, version, ...)

Enables you to choose from among the hidden surface removal methods that are supported.

hidden_surfaces(service, version, mode, path)

Enables/disables the display of hidden surfaces.

set_rendering_options(service, version, ...)

Sets the rendering options.

show_colormap(service, version, mode, path)

Enable/Disable colormap.

surface_edge_visibility(service, version, ...)

Controls whether or not the mesh edges are drawn.

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

Bases: TUIMethod

Enables you to specify the animation option as appropriate.

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

Bases: TUIMethod

Enables mouse view rotations to continue to spin the display after the button is released.

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

Bases: TUIMethod

Sets the color bar alignment.

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

Bases: TUIMethod

Prints out information about your graphics driver.

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

Bases: TUIMethod

Enables or disables double buffering. Double buffering dramatically reduces screen flicker during graphics updates. If your display hardware does not support double buffering and you turn this option on, double buffering will be done in software. Software double buffering uses extra memory.

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

Bases: TUIMethod

Changes the current graphics driver. When enabling graphics display, you have various options: for Linux, the available drivers include opengl and x11; for Windows, the available drivers include opengl, dx11 (for DirectX 11), and msw (for Microsoft Windows). You can also disable the graphics display window by entering null. For a comprehensive list of the drivers available to you, press the Enter key at the driver> prompt. For any session that displays graphics in a graphics window and/or saves picture files, having the driver set to x11, msw, or null will cause the rendering / saving speed to be significantly slower.

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

Bases: TUIMethod

Sets the face displacement (in Z-buffer units along the camera Z-axis) for the displayed geometry when both faces and edges are displayed simultaneously.

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

Sets the color of the help text on the screen. You can select black, default, or white.

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

Bases: TUIMethod

Specifies the method to perform hidden line rendering. This command will appear only when hidden-lines? is true.

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

Bases: TUIMethod

Turns hidden line removal on or off. This command is available only when the color scheme is set to classic. This command (only available when Graphics Color Theme is set to Black) is deprecated and will be removed at a future release.

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

Bases: TUIMethod

Enables you to choose from among the hidden surface removal methods that are supported. These options (listed below) are display hardware dependent.

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

Bases: TUIMethod

Enables/disables the display of hidden surfaces.

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

Bases: TUIMethod

Sets 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

Controls whether or not the mesh edges are drawn.