visible#

part.visible(p0: str) int#

Controls the visibility of the currently selected part(s).

Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.part.select_begin(1,2,5)
ensight.part.modify_begin()
ensight.part.visible("OFF")
ensight.part.modify_end()
Returns:

zero on success, non-zero on error