threshold_filter#

vortexcore.threshold_filter(p0: str) int#

Specify how to filter out segments of the specified vortex cores part, according to the specified threshold variable and value.

Args:
p0:

‘option’

  • <=

  • >=

Examples:
ensight.part.select_begin(5)
ensight.part.modify_begin()
ensight.vortexcore.threshold_filter(">=")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error