visible# text.visible(p0: str) → int# Controls the visibility of the selected text in the graphics window. Text is visible by default. Args: p0:‘toggle’ ON p1:‘toggle’ OFF Examples:ensight.text.select_begin(1) ensight.text.visible("ON") Returns:zero on success, non-zero on error