marker_visible#
- query_ent_var.marker_visible(p0: str) int #
The begin/end construct in which to modify query entity attributes.
This command must lie between either a “query_ent_var: begin” and “query_ent_var: end” pair, or a “query_ent_var: modify_begin” and “query_ent_var: modify_end” pair.If the query type is distance, then the marker is placed at the location of the origin (starting endpoint).- Args:
- p0:
‘toggle’
ON
OFF
- Examples:
ensight.query_ent_var.modify_begin() # WARNING: following line includes OBSOLETE call (ensight.query_ent_var.type). ensight.query_ent_var.type("time") ensight.query_ent_var.constrain("element") ensight.query_ent_var.marker_visible("OFF") ensight.query_ent_var.modify_end()
- Returns:
zero on success, non-zero on error