zones#
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.
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.
Displays the zones with similar area to the selected zone area.
Hides the selected zones in the display.
Displays only the selected zones.
Makes the geometry transparent so that internal zones are visible. This command works as a toggle undoing the transparency of the previously selected zones.
Selects all the visible zones in the graphics window.
Unhides all the zones in the geometry and displays them.
Toggles the colors of the geometry. In one mode geometry is colored object-wise while in the other mode it is colored zone-wise.
Toggles the color palette of the geometry.