graphics_effects#

class ansys.fluent.core.meshing.tui_241.main_menu.preferences.graphics.graphics_effects(service, version, mode, path)#

Bases: TUIMenu

Enter the graphics effects menu.

Classes:

ambient_occlusion_enabled(service, version, ...)

.

ambient_occlusion_quality(service, version, ...)

.

ambient_occlusion_strength(service, version, ...)

.

anti_aliasing(service, version, mode, path)

Enable/disable the smoothing of lines and text.

bloom_blur(service, version, mode, path)

.

bloom_enabled(service, version, mode, path)

.

bloom_strength(service, version, mode, path)

.

grid_color(service, version, mode, path)

Specify the color of the grid lines when the ground plane grid is shown.

grid_plane_count(service, version, mode, path)

.

grid_plane_enabled(service, version, mode, path)

Enable/disable the display of the ground plane grid.

grid_plane_offset(service, version, mode, path)

Set the grid plane offset from the model as a percentage of the model size.

grid_plane_size_factor(service, version, ...)

.

plane_direction(service, version, mode, path)

Specify the direction of the plane for the ground plane grid and reflections.

reflections_enabled(service, version, mode, path)

Enable/disable model reflections (mirror-type reflections).

shadow_map_enabled(service, version, mode, path)

Enable/disable dynamic shadows, which show shadows of geometric entities on other objects based on lighting and object orientation.

show_edge_reflections(service, version, ...)

Enable/disable the display of model edges in reflections.

show_marker_reflections(service, version, ...)

.

simple_shadows_enabled(service, version, ...)

Enable/disable the display of static shadows on the ground plane.

update_after_mouse_release(service, version, ...)

Enable/disable the updating of graphics effects as a model is being manipulated in the graphics window.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Enable/disable the smoothing of lines and text.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Specify the color of the grid lines when the ground plane grid is shown.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Enable/disable the display of the ground plane grid.

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

Bases: TUIMethod

Set the grid plane offset from the model as a percentage of the model size.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Specify the direction of the plane for the ground plane grid and reflections.

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

Bases: TUIMethod

Enable/disable model reflections (mirror-type reflections).

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

Bases: TUIMethod

Enable/disable dynamic shadows, which show shadows of geometric entities on other objects based on lighting and object orientation.

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

Bases: TUIMethod

Enable/disable the display of model edges in reflections. Note that this can negatively affect performance.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Enable/disable the display of static shadows on the ground plane.

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

Bases: TUIMethod

Enable/disable the updating of graphics effects as a model is being manipulated in the graphics window.