axis_local#

annotation.axis_local(p0: str) int#

Toggles the global attribute controlling local frame visibility.

Local coordinate frames are visible only if their axis visibility attribute are on AND the global toggle described here is ON.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
ensight.frame.create()
ensight.frame.select_begin(1)
ensight.annotation.axis_local("ON")
ensight.frame.x_labels("ON")
ensight.frame.len_x(1.0000e+03)
ensight.frame.len_y(7.4565e+02)
ensight.frame.len_z(7.4565e+02)
ensight.frame.rgb(0.0000e+00,0.0000e+00,1.0000e+00)
ensight.frame.visible("ON")
Returns:

zero on success, non-zero on error