contours#
Bases:
TUIMenuEnters the contour options menu.
Methods:
__init__(service, version, mode, path)__init__ method of TUIMenu class.
Classes:
auto_range(service, version, mode, path)Enables/disables auto-computation of the contour range.
clip_to_range(service, version, mode, path)Turns the clip to range option for filled contours on/off.
coloring(service, version, mode, path)Specifies whether contours are displayed in bands or with smooth transitions.
filled_contours(service, version, mode, path)Turns the filled contours option on/off (deselects line-contours?).
global_range(service, version, mode, path)Turns the global range for contours on/off.
line_contours(service, version, mode, path)Turns the line contours option on/off (deselects filled-contours?).
log_scale(service, version, mode, path)Specifies a decimal or logarithmic color scale for contours.
n_contour(service, version, mode, path)Sets the number of contour levels.
node_values(service, version, mode, path)Sets the option to use scalar field at nodes when computing the contours.
render_mesh(service, version, mode, path)Determines whether or not to render the mesh on top of contours, vectors, and so on.
surfaces(service, version, mode, path)Sets the surfaces on which contours are drawn.
__init__ method of TUIMenu class.
Bases:
TUIMethodEnables/disables auto-computation of the contour range.
Bases:
TUIMethodTurns the clip to range option for filled contours on/off.
Bases:
TUIMethodSpecifies whether contours are displayed in bands or with smooth transitions. Note that you can only display smooth contours if node-values are enabled.
Bases:
TUIMethodTurns the filled contours option on/off (deselects line-contours?).
Bases:
TUIMethodTurns the global range for contours on/off.
Bases:
TUIMethodTurns the line contours option on/off (deselects filled-contours?).
Bases:
TUIMethodSpecifies a decimal or logarithmic color scale for contours.
Bases:
TUIMethodSets the number of contour levels.
Bases:
TUIMethodSets the option to use scalar field at nodes when computing the contours.
Bases:
TUIMethodDetermines whether or not to render the mesh on top of contours, vectors, and so on.
Bases:
TUIMethodSets the surfaces on which contours are drawn. You can include a wildcard (*) within the surface names.