marker_scale#

curve.marker_scale(p0: float) int#

Specify the size of the marker type which represents the points of the selected curve(s).

Args:
p0:

‘size’ size of the curve point markers (default = 1.)

Examples:
ensight.curve.select_begin(0,1)
ensight.curve.marker_scale(2.0000e+00)
Returns:

zero on success, non-zero on error