node_threshold_high#
- annot_entlbl.node_threshold_high(p0: float) int #
Sets the high/low threshold value for node label filtering.
The threshold high/low value is used according to the filter method set in the annot_entlbl: node_thresholds associated command.- Args:
- p0:
‘node_id’ high/low threshold node id
- Examples:
ensight.annot_entlbl.node_thresholds("low_high") ensight.annot_entlbl.node_threshold_low(2) ensight.annot_entlbl.node_threshold_high(20)
- Returns:
zero on success, non-zero on error