threshold_min#

sepattach.threshold_min(p0: float) int#

Specify the maximum/minimum threshold limit under which to filter the threshold value of the selected separation and attachment line part(s).

This max must be greater than the min value, and be a valid threshold variable value.
Args:
p0:

‘threshold_value’ maximum/minimum threshold variable range limit below which to threshold the separation and attachment lines parts

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

zero on success, non-zero on error