threshold#

sepattach.threshold(p0: Any) int#

Specify the threshold variable description by which to filter the segments of the selected separation and attachment line parts.

The default threshold variable for vortex cores is “fx_sep_att_strengh”.
Args:
p0:

‘variable_name’ name of the scalar variable by which to filter the vortex core segments

Examples:
ensight.part.select_begin(5)
ensight.part.modify_begin()
ensight.sepattach.threshold("Density")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error