zones#

class ansys.fluent.core.meshing.tui_231.main_menu.display.zones(path, service)#

Bases: TUIMenu

Contains commands for displaying zones.

Methods:

display_neighborhood(*args, **kwargs)

Displays the zones that are in the neighborhood of the selected zones.

display_similar_area(*args, **kwargs)

Displays the zones with similar area to the selected zone area.

hide_zones(*args, **kwargs)

Hides the selected zones in the display.

isolate_zones(*args, **kwargs)

Displays only the selected zones.

make_transparent(*args, **kwargs)

Makes the geometry transparent so that internal zones are visible.

select_all_visible(*args, **kwargs)

Selects all the visible zones in the graphics window.

show_all(*args, **kwargs)

Unhides all the zones in the geometry and displays them.

toggle_color_mode(*args, **kwargs)

Toggles the colors of the geometry.

toggle_color_palette(*args, **kwargs)

Toggles the color palette of the geometry.

display_neighborhood(*args, **kwargs)#

Displays the zones that are in the neighborhood of the selected zones. The neighboring zones have to be in contact, or intersecting the selected zone.

display_similar_area(*args, **kwargs)#

Displays the zones with similar area to the selected zone area.

hide_zones(*args, **kwargs)#

Hides the selected zones in the display.

isolate_zones(*args, **kwargs)#

Displays only the selected zones.

make_transparent(*args, **kwargs)#

Makes the geometry transparent so that internal zones are visible. This command works as a toggle undoing the transparency of the previously selected zones.

select_all_visible(*args, **kwargs)#

Selects all the visible zones in the graphics window.

show_all(*args, **kwargs)#

Unhides all the zones in the geometry and displays them.

toggle_color_mode(*args, **kwargs)#

Toggles the colors of the geometry. In one mode geometry is colored object-wise while in the other mode it is colored zone-wise.

toggle_color_palette(*args, **kwargs)#

Toggles the color palette of the geometry.