visible#

line.visible(p0: str) int#

Controls the visibility of the selected lines in the graphics window.

Lines are visible by default.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.line.select_begin(1)
ensight.line.visible("ON")
Returns:

zero on success, non-zero on error