lower#

viewport.lower() int#

Lower the selected viewport(s) to be located beneath all the other viewports - except the main viewport.

The main viewport (0) always remains beneath all viewports; and thus, is neither raised or lowered.
Examples:
ensight.viewport.select_begin(3,4)
ensight.viewport.lower()
Returns:

zero on success, non-zero on error