marker_size_normalized#

query_ent_var.marker_size_normalized(p0: float) int#

Specify the size of a query marker.

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.
Used only if query_ent_var:marker_visible is on.
A size of 1.0 indicates to use the computed size.
Values >1 scale the computed size larger while values <1 (but >0) shrink the marker.
Args:
p0:

‘size_value’ size of the marker

Examples:
ensight.query_ent_var.modify_begin()
# WARNING: following line includes OBSOLETE call (ensight.query_ent_var.type).
ensight.query_ent_var.type("distance")
ensight.query_ent_var.constrain("1d_part")
ensight.query_ent_var.marker_size_normalized(2.0000e+00)
ensight.query_ent_var.modify_end()
Returns:

zero on success, non-zero on error