threshold_min#
- vortexcore.threshold_min(p0: float) int #
Specify the minimum threshold limit above which to filter the threshold value of the selected vortex cores part(s).
This value must be less than the threshold_max value, and be a valid threshold variable value. This value is initially adjusted to the threshold value.- Args:
- p0:
‘threshold_value’ minimum threshold variable range limit above which to threshold the vortex cores part
- Examples:
ensight.part.select_begin(5) ensight.part.modify_begin() ensight.vortexcore.threshold_min(1.0000e-01) ensight.part.modify_end()
- Returns:
zero on success, non-zero on error