threshold_value#

sepattach.threshold_value(p0: float) int#

Specify the threshold value by which to filter the segments from the selected separation and attachment line part(s).

This value is automatically set to the minimum separation and attachment line strength variable value of the separation and attachment line parts.
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.sepattach.threshold_value(5.0000e-01)
ensight.part.modify_end()
Returns:

zero on success, non-zero on error