scale#

curve.scale(p0: float, p1: float) int#

Scales the x and y query by the values given.

Only scales the curve visually, does not modify the query information.
Args:
p0:

‘x_scale’ query x scale factor

p1:

‘y_scale’ query y scale factor

Examples:
ensight.curve.select_begin(1)
ensight.curve.scale(60.0,1.)
Returns:

zero on success, non-zero on error