threshold#
- vortexcore.threshold(p0: Any) int #
Specify the threshold variable description by which to filter the segments of the selected vortex cores part.
The default threshold variable for vortex cores is “fx_vortcore_streng”.- 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.vortexcore.threshold("Density") ensight.part.modify_end()
- Returns:
zero on success, non-zero on error