threshold_value#

vortexcore.threshold_value(p0: float) int#

Specify the threshold value by which to filter the segments from the selected vortex cores part(s).

This value is automatically set to the minimum vortex core strength variable value of the vortex cores part. This value must lie within the threshold variable interval [threshold_min,theshold_max].
Args:
p0:

‘threshold_value’ variable value by which to apply the threshold filter to the vortex core segments

Examples:
ensight.part.select_begin(5)
ensight.part.modify_begin()
ensight.vortexcore.threshold_value(5.0000e-01)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error