marker_visible#

query_interact.marker_visible(p0: str) int#

Sets the visibility of the query marker in the graphics window.

Marker visibility 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_visible("OFF")
ensight.query_interact.marker_visible("OFF")
ensight.query_interact.create(12.0,15.1,10.3)
Returns:

zero on success, non-zero on error