label_always_on_top#

query_interact.label_always_on_top(p0: str) int#

Causes the label written beside the query marker in the graphics window to be rendered on top of any surface that would normally hide or obscure it.

This attribute is ON by default.
Args:
p0:

‘toggle’

  • ON

  • OFF

Examples:
#WARNING: the following line failed to translate because the function could not be found in the ensight python module
#   Actual error: module 'ensight' has no attribute 'variable'
ensight.sendmesg(r"variable: activate pressure")
ensight.query_interact.select_varname_begin("pressure")
ensight.query_interact.query("cursor")
ensight.query_interact.label_always_on_top("ON")
ensight.query_interact.create(12.0,15.1,10.3)
Returns:

zero on success, non-zero on error