contours#
Bases:
TUIMenu
Enters 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:
TUIMethod
Enables/disables auto-computation of the contour range.
Bases:
TUIMethod
Turns the clip to range option for filled contours on/off.
Bases:
TUIMethod
Specifies whether contours are displayed in bands or with smooth transitions. Note that you can only display smooth contours if node-values are enabled.
Bases:
TUIMethod
Turns the filled contours option on/off (deselects line-contours?).
Bases:
TUIMethod
Turns the global range for contours on/off.
Bases:
TUIMethod
Turns the line contours option on/off (deselects filled-contours?).
Bases:
TUIMethod
Specifies a decimal or logarithmic color scale for contours.
Bases:
TUIMethod
Sets the number of contour levels.
Bases:
TUIMethod
Sets the option to use scalar field at nodes when computing the contours.
Bases:
TUIMethod
Determines whether or not to render the mesh on top of contours, vectors, and so on.
Bases:
TUIMethod
Sets the surfaces on which contours are drawn. You can include a wildcard (*) within the surface names.