objects#

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

Bases: TUIMenu

Contains commands for displaying objects.

Classes:

display_neighborhood(service, version, mode, ...)

Displays the objects that are in the neighborhood of the selected object.

display_similar_area(service, version, mode, ...)

Displays the objects with similar area to the selected object area.

explode(service, version, mode, path)

Explodes the objects in the geometry.

hide_objects(service, version, mode, path)

Hides the selected objects in the display.

implode(service, version, mode, path)

Implodes or assembles the objects in the geometry.

isolate_objects(service, version, mode, path)

Displays only the selected objects.

make_transparent(service, version, mode, path)

Makes the geometry transparent so that internal objects are visible.

select_all_visible(service, version, mode, path)

Selects all the visible objects in the graphics window.

show_all(service, version, mode, path)

Unhides all the objects in the geometry and displays them.

toggle_color_mode(service, version, mode, path)

Toggles the colors of the geometry.

toggle_color_palette(service, version, mode, ...)

Toggles the color palette of the geometry.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Displays the objects with similar area to the selected object area.

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

Bases: TUIMethod

Explodes the objects in the geometry. (This command is valid only when the geometry is an assembled mode.).

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

Bases: TUIMethod

Hides the selected objects in the display.

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

Bases: TUIMethod

Implodes or assembles the objects in the geometry. (This command is available only when the geometry is an exploded mode.).

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

Bases: TUIMethod

Displays only the selected objects.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Selects all the visible objects in the graphics window.

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

Bases: TUIMethod

Unhides all the objects in the geometry and displays them.

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

Bases: TUIMethod

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

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

Bases: TUIMethod

Toggles the color palette of the geometry.