full_screen#

view.full_screen(p0: str) int#

Toggles full screen rendering

During full screen rendering, the graphics window fills the screen hiding the rest of the user interface and other windows.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.view.full_screen("ON")
Returns:

zero on success, non-zero on error