marker_size_normalized#

query_interact.marker_size_normalized(p0: float) int#

Specify the size of a query marker.

The default marker scale value is 1.0.
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:

‘scale’ size of marker

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")
# WARNING: following line includes OBSOLETE call (ensight.query_interact.variable).
ensight.query_interact.variable("pressure")
ensight.query_interact.query("cursor")
ensight.query_interact.label_visible("OFF")
ensight.query_interact.marker_size_normalized(0.5)
ensight.query_interact.create(12.0,15.1,10.3)
Returns:

zero on success, non-zero on error