zones#
Bases:
TUIMenu
Contains commands for displaying zones.
Methods:
__init__
(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
display_neighborhood
(service, version, mode, ...)Displays the zones that are in the neighborhood of the selected zones.
display_similar_area
(service, version, mode, ...)Displays the zones with similar area to the selected zone area.
hide_zones
(service, version, mode, path)Hides the selected zones in the display.
isolate_zones
(service, version, mode, path)Displays only the selected zones.
make_transparent
(service, version, mode, path)Makes the geometry transparent so that internal zones are visible.
select_all_visible
(service, version, mode, path)Selects all the visible zones in the graphics window.
show_all
(service, version, mode, path)Unhides all the zones 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.
__init__ method of TUIMenu class.
Bases:
TUIMethod
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.
Bases:
TUIMethod
Displays the zones with similar area to the selected zone area.
Bases:
TUIMethod
Hides the selected zones in the display.
Bases:
TUIMethod
Displays only the selected zones.
Bases:
TUIMethod
Makes the geometry transparent so that internal zones are visible. This command works as a toggle undoing the transparency of the previously selected zones.
Bases:
TUIMethod
Selects all the visible zones in the graphics window.
Bases:
TUIMethod
Unhides all the zones in the geometry and displays them.
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.
Bases:
TUIMethod
Toggles the color palette of the geometry.