text_display#

annotation.text_display(p0: str) int#

Toggles the visibility of all text, line, and logo annotations.

This command does not affect the visibility of legends.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.text.new_text("My Test Data")
# turn off all annotations
ensight.annotation.text_display("OFF")
Returns:

zero on success, non-zero on error