limit_fringes#
- function.limit_fringes(*args, **kwargs) Any #
Selects how shaded elements above or below the min and max palette levels will be displayed.
- Args:
- p0:
‘option’
One of the following:
No
by_part_color
by_invisible
- Examples:
ensight.function.palette("N_temperature") ensight.function.modify_begin() ensight.function.type("continuous") ensight.function.limit_fringes("by_invisible") ensight.function.modify_end()
- Returns:
zero on success, non-zero on error