boundary_markers#

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

Bases: TUIMenu

Enter the boundary markers menu.

Classes:

color_option(service, version, mode, path)

Specify whether boundary markers are a fixed color or if they match the color of the surface they are identifying.

enabled(service, version, mode, path)

Enable/disable boundary marker display.

exclude_from_bounding(service, version, ...)

.

inlet_color(service, version, mode, path)

Specify the color of the inlet boundary markers.

marker_fraction(service, version, mode, path)

Specify marker density factor (0.1-1).

marker_size_limiting_scale_multiplier(...)

.

markers_limit(service, version, mode, path)

.

outlet_color(service, version, mode, path)

Specify the color of the outlet boundary markers.

scale_marker(service, version, mode, path)

Specify the scale factor for the boundary markers (0.1-10), which controls the overall size of the markers.

show_inlet_markers(service, version, mode, path)

Enable/disable the display of boundary markers for inlets.

show_outlet_markers(service, version, mode, path)

Enable/disable the display of boundary markers for outlets.

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

Bases: TUIMethod

Specify whether boundary markers are a fixed color or if they match the color of the surface they are identifying.

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

Bases: TUIMethod

Enable/disable boundary marker display.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Specify the color of the inlet boundary markers.

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

Bases: TUIMethod

Specify marker density factor (0.1-1).

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

Bases: TUIMethod

.

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

Bases: TUIMethod

.

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

Bases: TUIMethod

Specify the color of the outlet boundary markers.

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

Bases: TUIMethod

Specify the scale factor for the boundary markers (0.1-10), which controls the overall size of the markers.

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

Bases: TUIMethod

Enable/disable the display of boundary markers for inlets.

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

Bases: TUIMethod

Enable/disable the display of boundary markers for outlets.