threshold_max#

vortexcore.threshold_max(p0: float) int#

Specify the maximum threshold limit under which to filter the threshold value of the selected vortex cores part(s).

This value must be greater than the threshold_min value, and be a valid threshold variable value. This value is initially automatically adjusted usually to an order of magnitude above the threshold value.
Args:
p0:

‘threshold_value’ maximum threshold variable range limit below which to threshold the vortex cores part

Examples:
ensight.part.select_begin(5)
ensight.part.modify_begin()
ensight.vortexcore.threshold_max(1.0000e+01)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error