ijk#

query_ent_var.ijk(p0: int, p1: int, p2: int) int#

Specify the ijk location used to perform the specified ijk constrained query.

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.
Only applicable with the “query_ent_var: constrain ijk” and “query_ent_var: type time” commands.
Args:
p0:

‘i-plane_#’ i, j, and k component values which must lie within the min/max of the i, j, and k range

p1:

‘j-plane_#’ i, j, and k component values which must lie within the min/max of the i, j, and k range

p2:

‘k-plane_#’ i, j, and k component values which must lie within the min/max of the i, j, and k range

Examples:
ensight.part.select_begin(4)
ensight.query_ent_var.begin()
ensight.query_ent_var.description("")
# WARNING: following line includes OBSOLETE call (ensight.query_ent_var.type).
ensight.query_ent_var.type("time")
ensight.query_ent_var.number_of_sample_pts(10)
ensight.query_ent_var.begin_simtime(2.2300e+02)
ensight.query_ent_var.end_simtime(4.8800e+02)
ensight.query_ent_var.constrain("ijk")
ensight.query_ent_var.sample_by("value")
# WARNING: following line includes OBSOLETE call (ensight.query_ent_var.variable).
ensight.query_ent_var.variable("temp")
ensight.query_ent_var.ijk(2,4,14)
ensight.query_ent_var.end()
ensight.query_ent_var.query()
ensight.curve.select_begin(0)
Returns:

zero on success, non-zero on error