meshing.tui.display.objects#

class main_menu.display.objects(path, service)#

Contains commands for displaying objects.

display_neighborhood(*args, **kwargs)#

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.

display_similar_area(*args, **kwargs)#

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

explode(*args, **kwargs)#

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

hide_objects(*args, **kwargs)#

Hides the selected objects in the display.

implode(*args, **kwargs)#

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

isolate_objects(*args, **kwargs)#

Displays only the selected objects.

make_transparent(*args, **kwargs)#

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

select_all_visible(*args, **kwargs)#

Selects all the visible objects in the graphics window.

show_all(*args, **kwargs)#

Unhides all the objects 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.