part_panel#

prefs.part_panel(p0: str) int#

Toggles on/off the part panel which allows users to select parts to operate on. Normally used with VR devices and user defined input when the main part list is not visible (ie. Full screen graphics window). The part panel will be displayed in the main graphics window.

Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.prefs.part_panel("ON")
Returns:

zero on success, non-zero on error